Home
last modified time | relevance | path

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

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