Home
last modified time | relevance | path

Searched refs:WarningReporter (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc173 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 …]
Ddwarf_cu_to_module.h169 class WarningReporter {
173 WarningReporter(const string &filename, uint64_t cu_offset) in WarningReporter() function
177 virtual ~WarningReporter() { } in ~WarningReporter()
263 WarningReporter *reporter);
Ddwarf_cu_to_module_unittest.cc74 class MockWarningReporter: public DwarfCUToModule::WarningReporter {
77 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()
1805 DwarfCUToModule::WarningReporter reporter;
/external/google-breakpad/src/common/mac/
Ddump_syms.cc471 DwarfCUToModule::WarningReporter reporter(selected_object_name_, in ReadDwarf()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc334 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf()