Searched refs:WarningReporter (Results 1 – 5 of 5) sorted by relevance
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()[all …]
151 class WarningReporter {155 WarningReporter(const string &filename, uint64 cu_offset) in WarningReporter() function159 virtual ~WarningReporter() { } in ~WarningReporter()236 WarningReporter *reporter);
72 class MockWarningReporter: public DwarfCUToModule::WarningReporter {75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()1730 DwarfCUToModule::WarningReporter reporter;
271 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf()
302 DwarfCUToModule::WarningReporter reporter(selected_object_name_,