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

References

lib/CodeGen/AsmPrinter/DIE.cpp
  249   O << Indent << "Die: " << format("0x%lx", (long)(intptr_t) this)
  252   O << Indent << dwarf::TagString(getTag()) << " "
  257     O << Indent;
  258     O << dwarf::AttributeString(V.getAttribute());
  259     O << "  " << dwarf::FormEncodingString(V.getForm()) << " ";
  260     V.print(O);
  261     O << "\n";
  266     Child.print(O, IndentCount + 4);
  268   O << "\n";