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

References

lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
   53   if (auto EC = Msf.setStreamSize(StreamPDB, Length))
   61       Layout, Buffer, StreamPDB, Msf.getAllocator());
lib/DebugInfo/PDB/Native/PDBFile.cpp
  277     auto InfoS = safelyCreateIndexedStream(StreamPDB);
  426 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); }
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  322   auto InfoStreamBlocks = Layout.StreamMap[StreamPDB];
tools/llvm-pdbutil/BytesOutputStyle.cpp
  203   auto Layout = File.getStreamLayout(StreamPDB);
tools/llvm-pdbutil/StreamUtil.cpp
  102     else if (StreamIdx == StreamPDB)