Home
last modified time | relevance | path

Searched defs:OffsetRule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc251 bool DwarfCFIToModule::OffsetRule(uint64_t address, int reg, in OffsetRule() function in google_breakpad::DwarfCFIToModule
H A Ddwarf_cfi_to_module_unittest.cc169 TEST_F(Rule, OffsetRule) { in TEST_F() argument
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc2027 class CallFrameInfo::OffsetRule: public CallFrameInfo::Rule { class in google_breakpad::CallFrameInfo
2029 OffsetRule(int base_register, long offset) in OffsetRule() function in google_breakpad::CallFrameInfo::OffsetRule
H A Ddwarf2reader.h1217 class OffsetRule; variable