Home
last modified time | relevance | path

Searched refs:SourceStream (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp264 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local
266 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1392 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local
1418 SourceStream = File.createIndexedStream(Index); in exportStream()
1420 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()
1423 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()