Home
last modified time | relevance | path

Searched refs:stack_location (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h157 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);
Dminidump_generator.cc338 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
380 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
386 MDMemoryDescriptor *stack_location) { in WriteStack() argument
390 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 …]
/external/llvm/docs/
DCodeGenerator.rst1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point