HomeSort by relevance Sort by last modified time
    Searched refs:WarningReporter (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.h 151 class WarningReporter {
155 WarningReporter(const string &filename, uint64 cu_offset)
159 virtual ~WarningReporter() { }
236 WarningReporter *reporter);
dwarf_cu_to_module.cc 172 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg)
188 WarningReporter *reporter;
604 void DwarfCUToModule::WarningReporter::CUHeading() {
612 void DwarfCUToModule::WarningReporter::UnknownSpecification(uint64 offset,
621 void DwarfCUToModule::WarningReporter::UnknownAbstractOrigin(uint64 offset,
630 void DwarfCUToModule::WarningReporter::MissingSection(const string &name) {
636 void DwarfCUToModule::WarningReporter::BadLineInfoOffset(uint64 offset) {
643 void DwarfCUToModule::WarningReporter::UncoveredHeading() {
652 void DwarfCUToModule::WarningReporter::UncoveredFunction(
662 void DwarfCUToModule::WarningReporter::UncoveredLine(const Module::Line &line)
    [all...]
dwarf_cu_to_module_unittest.cc 72 class MockWarningReporter: public DwarfCUToModule::WarningReporter {
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 271 DwarfCUToModule::WarningReporter reporter(dwarf_filename, offset);
    [all...]

Completed in 377 milliseconds