Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h225 virtual void UnhandledInterCUReference(uint64_t offset, uint64_t target);
Ddwarf_cu_to_module_unittest.cc87 MOCK_METHOD2(UnhandledInterCUReference, void(uint64_t offset, uint64_t target));
145 EXPECT_CALL(reporter_, UnhandledInterCUReference(_, _)).Times(0); in CUFixtureBase()
1596 EXPECT_CALL(reporter_, UnhandledInterCUReference(_, _)).Times(1); in TEST_F()
1614 EXPECT_CALL(reporter_, UnhandledInterCUReference(_, _)).Times(1); in TEST_F()
Ddwarf_cu_to_module.cc341 cu_context_->reporter->UnhandledInterCUReference(offset_, data); in ProcessAttributeReference()
777 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference() function in google_breakpad::DwarfCUToModule::WarningReporter