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.cc172 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 …]
Ddwarf_cu_to_module.h151 class WarningReporter {
155 WarningReporter(const string &filename, uint64 cu_offset) in WarningReporter() function
159 virtual ~WarningReporter() { } in ~WarningReporter()
236 WarningReporter *reporter);
Ddwarf_cu_to_module_unittest.cc72 class MockWarningReporter: public DwarfCUToModule::WarningReporter {
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()
1730 DwarfCUToModule::WarningReporter reporter;
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc271 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset); in LoadDwarf()
/external/google-breakpad/src/common/mac/
Ddump_syms.mm302 DwarfCUToModule::WarningReporter reporter(selected_object_name_,