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

Declarations

tools/llvm-pdbutil/LinePrinter.h
   59   void formatMsfStreamData(StringRef Label, PDBFile &File,

References

tools/llvm-pdbutil/BytesOutputStyle.cpp
  204   P.formatMsfStreamData("Named Stream Map", File, Layout, NS);
  234   P.formatMsfStreamData("Section Contributions", File, Layout, NS);
  245   P.formatMsfStreamData("Section Map", File, Layout, NS);
  256   P.formatMsfStreamData("Module Infos", File, Layout, NS);
  267   P.formatMsfStreamData("File Info", File, Layout, NS);
  278   P.formatMsfStreamData("Type Server Map", File, Layout, NS);
  289   P.formatMsfStreamData("Edit and Continue Data", File, Layout, NS);
  318     P.formatMsfStreamData(formatv("Type {0}", TI).str(), File, Layout, OneType);
  389                    P.formatMsfStreamData("Symbols", File, Layout, Symbols);
  402                    P.formatMsfStreamData("C11 Debug Chunks", File, Layout,
  421             P.formatMsfStreamData(formatChunkKind(SS.kind()), File, Layout,
  425           P.formatMsfStreamData("Debug Chunks", File, Layout, Chunks);
tools/llvm-pdbutil/LinePrinter.cpp
  209   formatMsfStreamData(Label, File, Layout, Substream);