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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  576     Indent = dumpParentChain(getParent(), OS, Indent, ParentDumpOpts);
  582       WithColor(OS, HighlightColor::Address).get()
  588         WithColor(OS, HighlightColor::Tag).get().indent(Indent)
  591           OS << format(" [%u] %c", abbrCode,
  593         OS << '\n';
  603           dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form,
  613             child.dump(OS, Indent + 2, ChildDumpOpts);
  618         OS << "Abbreviation code not found in 'debug_abbrev' class for code: "
  622       OS.indent(Indent) << "NULL\n";