Searched refs:MissingSection (Results 1 – 3 of 3) sorted by relevance
185 virtual void MissingSection(const string §ion_name);
79 MOCK_METHOD1(MissingSection, void(const string §ion_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() argument1745 reporter.MissingSection("section name"); in TEST_F()
630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection() function in google_breakpad::DwarfCUToModule::WarningReporter814 cu_context_->reporter->MissingSection(".debug_line"); in ReadSourceLines()