Searched refs:stack_location (Results 1 – 3 of 3) sorted by relevance
157 MDMemoryDescriptor *stack_location);159 MDMemoryDescriptor *stack_location);171 MDMemoryDescriptor *stack_location);178 MDMemoryDescriptor *stack_location);185 MDMemoryDescriptor *stack_location);190 MDMemoryDescriptor *stack_location);197 MDMemoryDescriptor *stack_location);202 MDMemoryDescriptor *stack_location);
338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()386 MDMemoryDescriptor *stack_location) { in WriteStack() argument390 return WriteStackARM(state, stack_location); in WriteStack()394 return WriteStackARM64(state, stack_location); in WriteStack()398 return WriteStackPPC(state, stack_location); in WriteStack()400 return WriteStackPPC64(state, stack_location); in WriteStack()404 return WriteStackX86(state, stack_location); in WriteStack()406 return WriteStackX86_64(state, stack_location); in WriteStack()[all …]
1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point