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.h140 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);
Dminidump_generator.cc318 MDMemoryDescriptor *stack_location) { in WriteStackFromStartAddress() argument
359 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
360 stack_location->memory = memory.location(); in WriteStackFromStartAddress()
366 MDMemoryDescriptor *stack_location) { in WriteStack() argument
370 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 …]
/external/llvm/docs/
DCodeGenerator.rst1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point