Home
last modified time | relevance | path

Searched defs:RegisterRule (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dcfi_frame_info.cc184 void CFIFrameInfoParseHandler::RegisterRule(const string& name, in RegisterRule() function in google_breakpad::CFIFrameInfoParseHandler
/external/google-breakpad/src/common/
Ddwarf_cfi_to_module.cc267 bool DwarfCFIToModule::RegisterRule(uint64_t address, int reg, in RegisterRule() function in google_breakpad::DwarfCFIToModule
Ddwarf_cfi_to_module_unittest.cc210 TEST_F(Rule, RegisterRule) { in TEST_F() argument
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc2081 class CallFrameInfo::RegisterRule: public CallFrameInfo::Rule { class in google_breakpad::CallFrameInfo
2083 explicit RegisterRule(int register_number) in RegisterRule() function in google_breakpad::CallFrameInfo::RegisterRule
2199 CallFrameInfo::Rule* CallFrameInfo::RuleMap::RegisterRule(int reg) const { in RegisterRule() function in google_breakpad::CallFrameInfo::RuleMap
Ddwarf2reader.h1219 class RegisterRule; variable