Searched refs:UnrecognizedAugmentation (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_cfi_unittest.cc | 129 MOCK_METHOD2(UnrecognizedAugmentation, void(uint64, const string &)); 171 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, _)).Times(0); in CFIFixture() 504 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, "spaniels!")) in TEST_F() 2138 EXPECT_CALL(reporter, UnrecognizedAugmentation(_, "zQ")) in TEST_F() 2282 TEST_F(CFIReporter, UnrecognizedAugmentation) { in TEST_F() argument 2283 reporter.UnrecognizedAugmentation(0x0123456789abcdefULL, "poodles"); in TEST_F()
|
D | dwarf2reader.h | 1000 virtual void UnrecognizedAugmentation(uint64 offset,
|
D | dwarf2reader.cc | 1895 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields() 2009 reporter_->UnrecognizedAugmentation(cie->offset, cie->augmentation); in ReadCIEFields() 2268 void CallFrameInfo::Reporter::UnrecognizedAugmentation(uint64 offset, in UnrecognizedAugmentation() function in dwarf2reader::CallFrameInfo::Reporter
|