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.h203 virtual void MissingSection(const string &section_name);
Ddwarf_cu_to_module_unittest.cc81 MOCK_METHOD1(MissingSection, void(const string &section_name));
140 EXPECT_CALL(reporter_, MissingSection(_)).Times(0); in CUFixtureBase()
1738 EXPECT_CALL(reporter_, MissingSection(".debug_line")).Times(1); in TEST_F()
1819 TEST_F(Reporter, MissingSection) { in TEST_F() argument
1820 reporter.MissingSection("section name"); in TEST_F()
Ddwarf_cu_to_module.cc724 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection() function in google_breakpad::DwarfCUToModule::WarningReporter
940 cu_context_->reporter->MissingSection(".debug_line"); in ReadSourceLines()