reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  213       Curr.dump(OS);
  220     Die.dump(OS);
  231     Curr.dump(OS);
  232     Die.dump(OS, /*indent*/ 1);
  251           AbbrDecl.dump(OS);
  261   OS << "Verifying .debug_abbrev...\n";
  342   OS << "Verifying .debug_info Unit Header Chain...\n";
  347   OS << "Verifying .debug_types Unit Header Chain...\n";
  554         Die.dump(OS, 0, DumpOpts);
  641   OS << "Verifying .debug_info references...\n";
  652     OS << "\n";
  759         DWARFDebugLine::Row::dumpTableHeader(OS);
  761           LineTable->Rows[RowIndex - 1].dump(OS);
  762         Row.dump(OS);
  763         OS << '\n';
  777         DWARFDebugLine::Row::dumpTableHeader(OS);
  778         Row.dump(OS);
  779         OS << '\n';
  802   OS << "Verifying .debug_line...\n";
  816   OS << "Verifying " << SectionName << "...\n";
 1426   OS << "Verifying .debug_names...\n";
 1484 raw_ostream &DWARFVerifier::error() const { return WithColor::error(OS); }
 1486 raw_ostream &DWARFVerifier::warn() const { return WithColor::warning(OS); }
 1488 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); }
 1491   Die.dump(OS, indent, DumpOpts);
 1492   return OS;