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

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  931       P.format("{0} {1:X-} {2} ",
  971             P.format("line/column/addr entries = {0}", Count);
  973             P.format("line/addr entries = {0}", Count);
tools/llvm-pdbutil/InputFile.cpp
  125     Printer.format(std::forward<Args>(args)...);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  388   P.format(" `{0}`", Block.Name);
  397   P.format(" `{0}`", Thunk.Name);
  421   P.format(" `{0}`", Section.Name);
  435   P.format(" `{0}`", CG.Name);
  449   P.format(" `{0}`", BPRel.Name);
  457   P.format(" BuildId = `{0}`", BuildInfo.BuildId);
  479   P.format(" `{0}`", FS.Name);
  499   P.format(" `{0}`", Export.Name);
  548   P.format(" `{0}`", Constant.Name);
  556   P.format(" `{0}`", Data.Name);
  565   P.format(" offset = {0}", Def.Offset);
  686       P.format(" code 0x{0} (+0x{1})", utohexstr(CodeOffset), utohexstr(Delta));
  690       P.format(" code end 0x{0} (+0x{1})", utohexstr(CodeOffset + Length),
  696       P.format(" line {0} ({1}{2})", LineOffset, Sign, std::abs(Delta));
  736       P.format(" setfile {0} 0x{1}", utohexstr(FileOffset));
  749       P.format(" {0} {1}", Annot.Name, Annot.U1);
  752       P.format(" {0} {1}", Annot.Name, Annot.S1);
  761   P.format(" `{0}`", Register.Name);
  771   P.format(" `{0}`", Public.Name);
  780   P.format(" `{0}`", PR.Name);
  788   P.format(" `{0}` (addr = {1})", Label.Name,
  797   P.format(" `{0}`", Local.Name);
  808   P.format(" sig={0}, `{1}`", ObjName.Signature, ObjName.Name);
  813   P.format(" `{0}`", Proc.Name);
  851   P.format(" `{0}`", RegRel.Name);
  861   P.format(" `{0}`", Data.Name);
  869   P.format(" `{0}`", UDT.Name);
  877   P.format(" `{0}`", UN.Name);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  244     P.format(", hash = {0}", H);
  248       P.format(", referenced");
  250       P.format(", unreferenced");
  252   P.format("]");
  295   P.format(" ID: {0}, String: {1}", String.getId(), String.getString());
  331   P.format(" `{0}`", Class.Name);
  345   P.format(" `{0}`", Union.Name);
  357   P.format(" `{0}`", Enum.Name);
  501   P.format(" type = {0}", Type);
  507   P.format(" start index = {0:X+}, types count = {1:X+}, signature = {2:X+},"
  516   P.format(" signature = {0:X+}", EP.Signature);
  522   P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type);
  528   P.format(" [name = `{0}`]", Method.Name);
  537   P.format(" [name = `{0}`, # overloads = {1}, overload list = {2}]",
  544   P.format(" [name = `{0}`, Type = {1}, offset = {2}, attrs = {3}]", Field.Name,
  551   P.format(" [name = `{0}`, type = {1}, attrs = {2}]", Field.Name, Field.Type,
  558   P.format(" [{0} = {1}]", Enum.Name,
  583   P.format(" continuation = {0}", Cont.ContinuationIndex);
  589   P.format(" type = {0}", VFP.Type);
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  345   Printer.format("<vtshape ({0} methods)>", Symbol.getCount());