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

/external/google-breakpad/src/common/
H A Ddwarf_cfi_to_module.cc213 reporter_->UndefinedNotSupported(entry_offset_, RegisterName(reg));
276 void DwarfCFIToModule::Reporter::UndefinedNotSupported(size_t offset, function in class:google_breakpad::DwarfCFIToModule::Reporter
H A Ddwarf_cfi_to_module_unittest.cc53 MOCK_METHOD2(UndefinedNotSupported, void(size_t offset, const string &reg));
75 EXPECT_CALL(reporter, UndefinedNotSupported(_, _)).Times(0);
135 EXPECT_CALL(reporter, UndefinedNotSupported(_, "reg7"));
146 EXPECT_CALL(reporter, UndefinedNotSupported(_, "unnamed_register10"));
H A Ddwarf_cfi_to_module.h86 virtual void UndefinedNotSupported(size_t offset, const string &reg);

Completed in 96 milliseconds