Home
last modified time | relevance | path

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

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