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

References

tools/llvm-pdbutil/LinePrinter.cpp
  306   case PDB_ColorItem::Address:
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  101             WithColor(Printer, PDB_ColorItem::Address).get()
  107             WithColor(Printer, PDB_ColorItem::Address).get()
  139     WithColor(Printer, PDB_ColorItem::Address).get()
  180   WithColor(Printer, PDB_ColorItem::Address).get()
  197     WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(VA, 10);
  199     WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Target, 10);
  201     WithColor(Printer, PDB_ColorItem::Address).get()
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp
   38   WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(Addr, 10);
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  121   WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
  128   WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10);
tools/llvm-pdbutil/PrettyVariableDumper.cpp
   51     WithColor(Printer, PDB_ColorItem::Address).get()