Home
last modified time | relevance | path

Searched refs:UndefinedNotSupported (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cfi_to_module_unittest.cc53 MOCK_METHOD2(UndefinedNotSupported, void(size_t offset, const string &reg));
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()
Ddwarf_cfi_to_module.cc213 reporter_->UndefinedNotSupported(entry_offset_, RegisterName(reg)); in UndefinedRule()
276 void DwarfCFIToModule::Reporter::UndefinedNotSupported(size_t offset, in UndefinedNotSupported() function in google_breakpad::DwarfCFIToModule::Reporter
Ddwarf_cfi_to_module.h86 virtual void UndefinedNotSupported(size_t offset, const string &reg);