Searched refs:stack_location (Results 1 – 3 of 3) sorted by relevance
140 MDMemoryDescriptor *stack_location);142 MDMemoryDescriptor *stack_location);154 MDMemoryDescriptor *stack_location);161 MDMemoryDescriptor *stack_location);168 MDMemoryDescriptor *stack_location);173 MDMemoryDescriptor *stack_location);180 MDMemoryDescriptor *stack_location);185 MDMemoryDescriptor *stack_location);
318 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument359 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()360 stack_location->memory = memory.location(); in WriteStackFromStartAddress()366 MDMemoryDescriptor *stack_location) { in WriteStack() argument370 return WriteStackARM(state, stack_location); in WriteStack()374 return WriteStackARM64(state, stack_location); in WriteStack()378 return WriteStackPPC(state, stack_location); in WriteStack()380 return WriteStackPPC64(state, stack_location); in WriteStack()384 return WriteStackX86(state, stack_location); in WriteStack()386 return WriteStackX86_64(state, stack_location); in WriteStack()[all …]
1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point