Searched refs:SourceStream (Results 1 – 2 of 2) sorted by relevance
256 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() local258 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources()
1354 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local1380 SourceStream = MappedBlockStream::createIndexedStream( in exportStream()1383 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()1386 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()