Home
last modified time | relevance | path

Searched refs:StreamPDB (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp52 if (auto EC = Msf.setStreamSize(StreamPDB, Length)) in finalizeMsfLayout()
61 Layout, Buffer, StreamPDB, Msf.getAllocator()); in commit()
H A DPDBFile.cpp276 auto InfoS = safelyCreateIndexedStream(StreamPDB); in getPDBInfoStream()
425 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
H A DPDBFileBuilder.cpp335 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB]; in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h78 StreamPDB = 1, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp101 else if (StreamIdx == StreamPDB) in discoverStreamPurposes()
H A DBytesOutputStyle.cpp203 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap()