Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h1290 virtual void UnusablePointerEncoding(uint64_t offset, uint8_t encoding);
Ddwarf2reader.cc2419 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
Ddwarf2reader_cfi_unittest.cc134 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()