Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h185 virtual void MissingSection(const string &section_name);
Ddwarf_cu_to_module_unittest.cc79 MOCK_METHOD1(MissingSection, void(const string &section_name));
137 EXPECT_CALL(reporter_, MissingSection(_)).Times(0); in CUFixtureBase()
1664 EXPECT_CALL(reporter_, MissingSection(".debug_line")).Times(1); in TEST_F()
1744 TEST_F(Reporter, MissingSection) { in TEST_F() argument
1745 reporter.MissingSection("section name"); in TEST_F()
Ddwarf_cu_to_module.cc630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection() function in google_breakpad::DwarfCUToModule::WarningReporter
814 cu_context_->reporter->MissingSection(".debug_line"); in ReadSourceLines()