Searched refs:UnusablePointerEncoding (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 1290 virtual void UnusablePointerEncoding(uint64_t offset, uint8_t encoding);
|
D | dwarf2reader.cc | 2419 reporter_->UnusablePointerEncoding(cie->offset, in ReadCIEFields() 2443 reporter_->UnusablePointerEncoding(cie->offset, in ReadCIEFields() 2512 reporter_->UnusablePointerEncoding(fde->cie->offset, in ReadFDEFields() 2756 void CallFrameInfo::Reporter::UnusablePointerEncoding(uint64_t offset, in UnusablePointerEncoding() function in dwarf2reader::CallFrameInfo::Reporter
|
D | dwarf2reader_cfi_unittest.cc | 134 MOCK_METHOD2(UnusablePointerEncoding, void(uint64_t, uint8_t)); 178 EXPECT_CALL(reporter, UnusablePointerEncoding(_, _)).Times(0); in CFIFixture() 2422 TEST_F(CFIReporter, UnusablePointerEncoding) { in TEST_F() argument 2423 reporter.UnusablePointerEncoding(0x0123456789abcdefULL, 0x42); in TEST_F()
|