Home
last modified time | relevance | path

Searched refs:register_location (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h161 MDLocationDescriptor *register_location);
173 MDLocationDescriptor *register_location);
180 MDLocationDescriptor *register_location);
187 MDLocationDescriptor *register_location);
192 MDLocationDescriptor *register_location);
199 MDLocationDescriptor *register_location);
204 MDLocationDescriptor *register_location);
Dminidump_generator.cc414 MDLocationDescriptor *register_location) { in WriteContext() argument
418 return WriteContextARM(state, register_location); in WriteContext()
422 return WriteContextARM64(state, register_location); in WriteContext()
426 return WriteContextPPC(state, register_location); in WriteContext()
428 return WriteContextPPC64(state, register_location); in WriteContext()
432 return WriteContextX86(state, register_location); in WriteContext()
434 return WriteContextX86_64(state, register_location); in WriteContext()
488 MDLocationDescriptor *register_location) in WriteContextARM() argument
497 *register_location = context.location(); in WriteContextARM()
546 MDLocationDescriptor *register_location) in WriteContextARM64() argument
[all …]
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.h60 bool WriteCrashingContext(MDLocationDescriptor *register_location);
63 bool WriteCrashingContextARM(MDLocationDescriptor *register_location);
66 bool WriteCrashingContextARM64(MDLocationDescriptor *register_location);
Dios_exception_minidump_generator.mm79 MDLocationDescriptor *register_location) {
81 return WriteCrashingContextARM(register_location);
83 return WriteCrashingContextARM64(register_location);
92 MDLocationDescriptor *register_location) {
96 *register_location = context.location();
110 MDLocationDescriptor *register_location) {
114 *register_location = context.location();
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp253 UnwindPlan::Row::RegisterLocation &register_location) const { in GetRegisterInfo()
256 register_location = pos->second; in GetRegisterInfo()
271 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo() argument
272 m_register_locations[reg_num] = register_location; in SetRegisterInfo()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h330 RegisterLocation &register_location) const;
333 const RegisterLocation register_location);