Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc238 bool DwarfCFIToModule::UndefinedRule(uint64_t address, int reg) { in UndefinedRule() function in google_breakpad::DwarfCFIToModule
H A Ddwarf_cfi_to_module_unittest.cc137 TEST_F(Rule, UndefinedRule) { in TEST_F() argument
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc1992 class CallFrameInfo::UndefinedRule: public CallFrameInfo::Rule { class in google_breakpad::CallFrameInfo
1994 UndefinedRule() { } in UndefinedRule() function in google_breakpad::CallFrameInfo::UndefinedRule
H A Ddwarf2reader.h1215 class UndefinedRule; variable