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

References

lib/DebugInfo/DWARF/DWARFDie.cpp
  272   OS << BaseIndent;
  273   OS.indent(Indent + 2);
  274   WithColor(OS, HighlightColor::Attribute) << formatv("{0}", Attr);
  277     OS << formatv(" [{0}]", Form);
  282   OS << "\t(";
  301     WithColor(OS, Color) << Name;
  303     OS << *FormValue.getAsUnsignedConstant();
  310         OS << format("0x%016" PRIx64, HighPC);
  312         FormValue.dump(OS, DumpOpts);
  315     dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts);
  317     FormValue.dump(OS, DumpOpts);
  328       OS << Space << "\"" << Name << '\"';
  330     OS << Space << "\"";
  331     dumpTypeName(OS, Die.getAttributeValueAsReferencedDie(FormValue));
  332     OS << '"';
  335       dumpApplePropertyAttribute(OS, *OptVal);
  345         FV.dump(OS, DumpOpts);
  348       dumpRanges(Obj, OS, RangesOrError.get(), U->getAddressByteSize(),
  355   OS << ")\n";