Searched refs:UndefinedNotSupported (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cfi_to_module_unittest.cc | 53 MOCK_METHOD2(UndefinedNotSupported, void(size_t offset, const string ®)); 75 EXPECT_CALL(reporter, UndefinedNotSupported(_, _)).Times(0); in DwarfCFIToModuleFixture() 135 EXPECT_CALL(reporter, UndefinedNotSupported(_, "reg7")); in TEST_F() 146 EXPECT_CALL(reporter, UndefinedNotSupported(_, "unnamed_register10")); in TEST_F()
|
D | dwarf_cfi_to_module.cc | 213 reporter_->UndefinedNotSupported(entry_offset_, RegisterName(reg)); in UndefinedRule() 276 void DwarfCFIToModule::Reporter::UndefinedNotSupported(size_t offset, in UndefinedNotSupported() function in google_breakpad::DwarfCFIToModule::Reporter
|
D | dwarf_cfi_to_module.h | 86 virtual void UndefinedNotSupported(size_t offset, const string ®);
|