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

References

tools/llvm-pdbutil/LinePrinter.cpp
  319   case PDB_ColorItem::Identifier:
tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
  128   WithColor(Printer, PDB_ColorItem::Identifier).get() << Layout.getName();
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  158   WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
  182   WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
  210     WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
  227   WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
tools/llvm-pdbutil/PrettyEnumDumper.cpp
   57         WithColor(Printer, PDB_ColorItem::Identifier).get()
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
   40   WithColor(Printer, PDB_ColorItem::Identifier).get() << LinkageName;
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
   77       WithColor(Printer, PDB_ColorItem::Identifier).get()
   86       WithColor(Printer, PDB_ColorItem::Identifier).get()
   95       WithColor(Printer, PDB_ColorItem::Identifier).get() << Name;
  153     WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
  175   WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();
  190       WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  165     WithColor(Printer, PDB_ColorItem::Identifier).get() << Label;
  219       WithColor(Printer, PDB_ColorItem::Identifier).get() << "Classes";
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   34   WithColor(Printer, PDB_ColorItem::Identifier).get() << " "
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   88     WithColor(Printer, PDB_ColorItem::Identifier).get() << Var.getName();
  149     WithColor(Printer, PDB_ColorItem::Identifier).get()
  223   WithColor(Printer, PDB_ColorItem::Identifier).get() << " " << Name;
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1081   WithColor(Printer, PDB_ColorItem::Identifier).get() << "Size";
 1089   WithColor(Printer, PDB_ColorItem::Identifier).get() << "Guid";
 1093   WithColor(Printer, PDB_ColorItem::Identifier).get() << "Age";
 1097   WithColor(Printer, PDB_ColorItem::Identifier).get() << "Attributes";