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

References

tools/llvm-pdbutil/llvm-pdbutil.cpp
  938     Printer.printLine("There are no injected sources.");
  943     Printer.NewLine();
  950     WithColor(Printer, PDB_ColorItem::Path).get() << File;
  951     Printer << " (";
  952     WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Size;
  953     Printer << " bytes): ";
  954     WithColor(Printer, PDB_ColorItem::Keyword).get() << "obj";
  955     Printer << "=";
  956     WithColor(Printer, PDB_ColorItem::Path).get() << Obj;
  957     Printer << ", ";
  958     WithColor(Printer, PDB_ColorItem::Keyword).get() << "vname";
  959     Printer << "=";
  960     WithColor(Printer, PDB_ColorItem::Path).get() << VFName;
  961     Printer << ", ";
  962     WithColor(Printer, PDB_ColorItem::Keyword).get() << "crc";
  963     Printer << "=";
  964     WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC;
  965     Printer << ", ";
  966     WithColor(Printer, PDB_ColorItem::Keyword).get() << "compression";
  967     Printer << "=";
  969         WithColor(Printer, PDB_ColorItem::LiteralValue).get(),
  976     int Indent = Printer.getIndentLevel();
  977     Printer.Unindent(Indent);
  980       Printer.printLine(IS->getCode());
  982       Printer.formatBinary("Compressed data",
  987     Printer.Indent(Indent);