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

References

tools/llvm-pdbutil/BytesOutputStyle.cpp
  104     P.NewLine();
  120     P.NewLine();
  125     P.NewLine();
  130     P.NewLine();
  135     P.NewLine();
  140     P.NewLine();
  145     P.NewLine();
  150     P.NewLine();
  155     P.NewLine();
  160     P.NewLine();
  165     P.NewLine();
  170     P.NewLine();
  175     P.NewLine();
  180     P.NewLine();
  185     P.NewLine();
  190     P.NewLine();
  197   printHeader(P, "Named Stream Map");
  199   AutoIndent Indent(P);
  204   P.formatMsfStreamData("Named Stream Map", File, Layout, NS);
  208   printHeader(P, "MSF Blocks");
  210   AutoIndent Indent(P);
  217       P.formatLine("Could not get block {0}.  Reason = {1}", I,
  222     P.formatBinary(Label, *ExpectedData, Base, 0);
  227   printHeader(P, "Section Contributions");
  229   AutoIndent Indent(P);
  234   P.formatMsfStreamData("Section Contributions", File, Layout, NS);
  238   printHeader(P, "Section Map");
  240   AutoIndent Indent(P);
  245   P.formatMsfStreamData("Section Map", File, Layout, NS);
  249   printHeader(P, "Module Infos");
  251   AutoIndent Indent(P);
  256   P.formatMsfStreamData("Module Infos", File, Layout, NS);
  260   printHeader(P, "File Info");
  262   AutoIndent Indent(P);
  267   P.formatMsfStreamData("File Info", File, Layout, NS);
  271   printHeader(P, "Type Server Map");
  273   AutoIndent Indent(P);
  278   P.formatMsfStreamData("Type Server Map", File, Layout, NS);
  282   printHeader(P, "Edit and Continue Data");
  284   AutoIndent Indent(P);
  289   P.formatMsfStreamData("Edit and Continue Data", File, Layout, NS);
  300   printHeader(P, Label);
  303   AutoIndent Indent(P);
  311       P.formatLine("Error: TypeIndex {0} does not exist", TI);
  318     P.formatMsfStreamData(formatv("Type {0}", TI).str(), File, Layout, OneType);
  381   printHeader(P, "Module Symbols");
  383   AutoIndent Indent(P);
  385   iterateModules(File, P, 2,
  389                    P.formatMsfStreamData("Symbols", File, Layout, Symbols);
  394   printHeader(P, "C11 Debug Chunks");
  396   AutoIndent Indent(P);
  398   iterateModules(File, P, 2,
  402                    P.formatMsfStreamData("C11 Debug Chunks", File, Layout,
  408   printHeader(P, "Debug Chunks");
  410   AutoIndent Indent(P);
  413       File, P, 2,
  421             P.formatMsfStreamData(formatChunkKind(SS.kind()), File, Layout,
  425           P.formatMsfStreamData("Debug Chunks", File, Layout, Chunks);
  431   printHeader(P, "MSF Bytes");
  433   AutoIndent Indent(P);
  442   P.formatBinary("Bytes", Data, Min);
  466   printHeader(P, "Free Page Map");
  469   P.formatMsfStreamBlocks(File, FpmLayout);
  476   printHeader(P, "Stream Data");
  479   auto Specs = parseStreamSpecs(P);
  482     AutoIndent Indent(P);
  484       P.formatLine("Stream {0}: Not present", Spec.SI);
  487     P.formatMsfStreamData("Data", File, Spec.SI,