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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp254 auto SourceStream = WritableMappedBlockStream::createIndexedStream( local
256 BinaryStreamWriter SourceWriter(*SourceStream);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1364 std::unique_ptr<MappedBlockStream> SourceStream; local
1390 SourceStream = File.createIndexedStream(Index);
1392 FileOutputBuffer::create(OutFileName, SourceStream->getLength()));
1395 ExitOnErr(Writer.writeStreamRef(*SourceStream));

Completed in 59 milliseconds