Home | History | Annotate | Download | only in dwarf

Lines Matching refs:Reporter

1205   // reporter, reader, handler, and initial call frame info address.
1206 State(ByteReader *reader, Handler *handler, Reporter *reporter,
1208 : reader_(reader), handler_(handler), reporter_(reporter),
1305 Reporter *reporter_;
2231 void CallFrameInfo::Reporter::Incomplete(uint64 offset,
2239 void CallFrameInfo::Reporter::EarlyEHTerminator(uint64 offset) {
2246 void CallFrameInfo::Reporter::CIEPointerOutOfRange(uint64 offset,
2254 void CallFrameInfo::Reporter::BadCIEId(uint64 offset, uint64 cie_offset) {
2261 void CallFrameInfo::Reporter::UnrecognizedVersion(uint64 offset, int version) {
2268 void CallFrameInfo::Reporter::UnrecognizedAugmentation(uint64 offset,
2276 void CallFrameInfo::Reporter::InvalidPointerEncoding(uint64 offset,
2284 void CallFrameInfo::Reporter::UnusablePointerEncoding(uint64 offset,
2293 void CallFrameInfo::Reporter::RestoreInCIE(uint64 offset, uint64 insn_offset) {
2301 void CallFrameInfo::Reporter::BadInstruction(uint64 offset,
2311 void CallFrameInfo::Reporter::NoCFARule(uint64 offset,
2322 void CallFrameInfo::Reporter::EmptyStateStack(uint64 offset,
2333 void CallFrameInfo::Reporter::ClearingCFARule(uint64 offset,