Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_cfi_unittest.cc129 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()
Ddwarf2reader.h1000 virtual void UnrecognizedAugmentation(uint64 offset,
Ddwarf2reader.cc1895 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