Lines Matching refs:WarningReporter
173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext()
194 WarningReporter *reporter;
698 void DwarfCUToModule::WarningReporter::CUHeading() { in CUHeading()
706 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64_t offset, in UnknownSpecification()
715 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64_t offset, in UnknownAbstractOrigin()
724 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) { in MissingSection()
730 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64_t offset) { in BadLineInfoOffset()
737 void DwarfCUToModule::WarningReporter::UncoveredHeading() { in UncoveredHeading()
746 void DwarfCUToModule::WarningReporter::UncoveredFunction( in UncoveredFunction()
756 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line) { in UncoveredLine()
765 void DwarfCUToModule::WarningReporter::UnnamedFunction(uint64_t offset) { in UnnamedFunction()
771 void DwarfCUToModule::WarningReporter::DemangleError(const string &input) { in DemangleError()
777 void DwarfCUToModule::WarningReporter::UnhandledInterCUReference( in UnhandledInterCUReference()
786 void DwarfCUToModule::WarningReporter::MalformedRangeList(uint64_t offset) { in MalformedRangeList()
793 void DwarfCUToModule::WarningReporter::MissingRanges() { in MissingRanges()
802 WarningReporter *reporter) in DwarfCUToModule()
1009 WarningReporter *reporter = cu_context_->reporter; in AssignLinesToFunctions()