Searched refs:BadInstruction (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.h | 1298 virtual void BadInstruction(uint64_t offset, CallFrameInfo::EntryKind kind,
|
D | dwarf2reader_cfi_unittest.cc | 136 MOCK_METHOD3(BadInstruction, void(uint64_t, CallFrameInfo::EntryKind, 180 EXPECT_CALL(reporter, BadInstruction(_, _, _)).Times(0); in CFIFixture() 2430 TEST_F(CFIReporter, BadInstruction) { in TEST_F() argument 2431 reporter.BadInstruction(0x0123456789abcdefULL, CallFrameInfo::kFDE, in TEST_F()
|
D | dwarf2reader.cc | 2132 reporter_->BadInstruction(entry_->offset, entry_->kind, CursorOffset()); in DoInstruction() 2773 void CallFrameInfo::Reporter::BadInstruction(uint64_t offset, in BadInstruction() function in dwarf2reader::CallFrameInfo::Reporter
|