Searched refs:WarningReporter (Results 1 – 5 of 5) sorted by relevance
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()[all …]
169 class WarningReporter {173 WarningReporter(const string &filename, uint64_t cu_offset) in WarningReporter() function177 virtual ~WarningReporter() { } in ~WarningReporter()263 WarningReporter *reporter);
74 class MockWarningReporter: public DwarfCUToModule::WarningReporter {77 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()1805 DwarfCUToModule::WarningReporter reporter;
471 DwarfCUToModule::WarningReporter reporter(selected_object_name_, in ReadDwarf()
334 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf()