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

References

tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
   70       VariableDumper VarDumper(Printer);
   87       Printer.NewLine();
   88       WithColor(Printer, PDB_ColorItem::Padding).get()
  101   Printer.NewLine();
  102   WithColor(Printer, PDB_ColorItem::Padding).get() << "<padding> (" << Amount
  111   Printer.NewLine();
  120   Printer << Label << " ";
  124   WithColor(Printer, PDB_ColorItem::Offset).get()
  128   WithColor(Printer, PDB_ColorItem::Identifier).get() << Layout.getName();
  131     Printer.Indent();
  133     PrettyClassLayoutGraphicalDumper BaseDumper(Printer, RecursionLevel + 1,
  136     Printer.Unindent();
  150   VariableDumper VarDumper(Printer);
  159       Printer.Indent();
  160       PrettyClassLayoutGraphicalDumper TypeDumper(Printer, RecursionLevel + 1,
  163       Printer.Unindent();
  173   VariableDumper VarDumper(Printer);
  181   Printer.NewLine();
  182   EnumDumper Dumper(Printer);
  189   Printer.NewLine();
  190   TypedefDumper Dumper(Printer);
  200   if (Printer.IsSymbolExcluded(Symbol.getName()))
  209   Printer.NewLine();
  210   FunctionDumper Dumper(Printer);