Home | History | Annotate | Download | only in dwarf

Lines Matching defs:Reporter

573   // A reporter class, which CallFrameInfo uses to report errors
575 class Reporter;
579 // REPORTER is an error reporter the parser should use to report
641 ByteReader *reader, Handler *handler, Reporter *reporter,
644 reader_(reader), handler_(handler), reporter_(reporter),
803 Reporter *reporter_;
959 class CallFrameInfo::Reporter {
961 // Create an error reporter which attributes troubles to the section
968 Reporter(const string &filename,
971 virtual ~Reporter() { }