Lines Matching refs:WarningReporter
172 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg) in CUContext()
188 WarningReporter *reporter;
604 void DwarfCUToModule::WarningReporter::CUHeading() { in CUHeading()
612 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64 offset, in UnknownSpecification()
621 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64 offset, in UnknownAbstractOrigin()
630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection()
636 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64 offset) { in BadLineInfoOffset()
643 void DwarfCUToModule::WarningReporter::UncoveredHeading() { in UncoveredHeading()
652 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction()
662 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line) { in UncoveredLine()
671 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64 offset) { in UnnamedFunction()
677 void DwarfCUToModule::WarningReporter::DemangleError( in DemangleError()
684 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference()
695 WarningReporter *reporter) in DwarfCUToModule()
840 WarningReporter *reporter = cu_context_->reporter; in AssignLinesToFunctions()