Searched refs:UnhandledInterCUReference (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 225 virtual void UnhandledInterCUReference(uint64_t offset, uint64_t target);
|
D | dwarf_cu_to_module_unittest.cc | 87 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()
|
D | dwarf_cu_to_module.cc | 341 cu_context_->reporter->UnhandledInterCUReference(offset_, data); in ProcessAttributeReference() 777 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference() function in google_breakpad::DwarfCUToModule::WarningReporter
|