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

References

include/llvm/DebugInfo/PDB/Native/PDBFile.h
   83   BinaryStreamRef getMsfBuffer() const { return *Buffer; }
lib/DebugInfo/PDB/Native/PDBFile.cpp
  102 uint32_t PDBFile::getFileSize() const { return Buffer->getLength(); }
  109   if (auto EC = Buffer->readBytes(StreamBlockOffset, NumBytes, Result))
  121   BinaryStreamReader Reader(*Buffer);
  134   if (Buffer->getLength() % SB->BlockSize != 0)
  155       MappedBlockStream::createFpmStream(ContainerLayout, *Buffer, Allocator);
  192   auto DS = MappedBlockStream::createDirectoryStream(ContainerLayout, *Buffer,
  241   return MappedBlockStream::createIndexedStream(ContainerLayout, *Buffer, SN,