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

References

tools/llvm-pdbutil/MinimalTypeDumper.cpp
  225   P.formatLine("{0} | {1} [size = {2}",
  244     P.format(", hash = {0}", H);
  248       P.format(", referenced");
  250       P.format(", unreferenced");
  252   P.format("]");
  253   P.Indent(Width + 3);
  258   P.Unindent(Width + 3);
  260     AutoIndent Indent(P, 9);
  261     P.formatBinary("Bytes", Record.RecordData, 0);
  267   P.formatLine("- {0}", formatTypeLeafKind(Record.Kind));
  273     AutoIndent Indent(P, 2);
  274     P.formatBinary("Bytes", Record.Data, 0);
  295   P.format(" ID: {0}, String: {1}", String.getId(), String.getString());
  309     P.formatLine("{0}: `{1}`", fmt_align(I, AlignStyle::Right, W),
  324     P.formatLine("{0}: `{1}`", fmt_align(I, AlignStyle::Right, W),
  331   P.format(" `{0}`", Class.Name);
  333     P.formatLine("unique name: `{0}`", Class.UniqueName);
  334   P.formatLine("vtable: {0}, base list: {1}, field list: {2}",
  336   P.formatLine("options: {0}, sizeof {1}",
  337                formatClassOptions(P.getIndentLevel(), Class.Options, Stream,
  345   P.format(" `{0}`", Union.Name);
  347     P.formatLine("unique name: `{0}`", Union.UniqueName);
  348   P.formatLine("field list: {0}", Union.FieldList);
  349   P.formatLine("options: {0}, sizeof {1}",
  350                formatClassOptions(P.getIndentLevel(), Union.Options, Stream,
  357   P.format(" `{0}`", Enum.Name);
  359     P.formatLine("unique name: `{0}`", Enum.UniqueName);
  360   P.formatLine("field list: {0}, underlying type: {1}", Enum.FieldList,
  362   P.formatLine("options: {0}",
  363                formatClassOptions(P.getIndentLevel(), Enum.Options, Stream,
  370     P.formatLine("size: {0}, index type: {1}, element type: {2}", AT.Size,
  373     P.formatLine("name: {0}, size: {1}, index type: {2}, element type: {3}",
  381   P.formatLine("offset: {0}, complete class: {1}, overridden vftable: {2}",
  383   P.formatLine("method names: ");
  387                 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: ")))
  389     P.print(join(VFT.MethodNames, Sep));
  396   P.formatLine("name = {0}, type = {1}, class type = {2}", Id.Name,
  403   P.formatLine("return type = {0}, # args = {1}, param list = {2}",
  405   P.formatLine("calling conv = {0}, options = {1}",
  413   P.formatLine("return type = {0}, # args = {1}, param list = {2}",
  415   P.formatLine("class type = {0}, this type = {1}, this adjust = {2}",
  417   P.formatLine("calling conv = {0}, options = {1}",
  425   P.formatLine("name = {0}, type = {1}, parent scope = {2}", Func.Name,
  432   P.formatLine("name = {0}, age = {1}, guid = {2}", TS.Name, TS.Age, TS.Guid);
  438   P.formatLine("referent = {0}, {1}", Ptr.ReferentType,
  445   P.formatLine("referent = {0}, modifiers = {1}", Mod.ModifiedType,
  457   P.formatLine("udt = {0}, mod = {1}, file = {2}, line = {3}", U.UDT, U.Module,
  464   P.formatLine("udt = {0}, file = {1}, line = {2}", U.UDT,
  471   P.formatLine("type = {0}, bit offset = {1}, # bits = {2}", BF.Type,
  479     P.formatLine("- Method [type = {0}, vftable offset = {1}, attrs = {2}]",
  494     P.formatLine("{0}: `{1}`", fmt_align(I, AlignStyle::Right, W),
  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);
  529   AutoIndent Indent(P);
  530   P.formatLine("type = {0}, vftable offset = {1}, attrs = {2}", Method.Type,
  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,
  565   AutoIndent Indent(P);
  566   P.formatLine("type = {0}, offset = {1}, attrs = {2}", Base.Type, Base.Offset,
  573   AutoIndent Indent(P);
  574   P.formatLine(
  577   P.formatLine("attrs = {0}", memberAttributes(Base.Attrs));
  583   P.format(" continuation = {0}", Cont.ContinuationIndex);
  589   P.format(" type = {0}", VFP.Type);