Searched refs:SourceStream (Results 1 – 3 of 3) sorted by relevance
264 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources() 266 BinaryStreamWriter SourceWriter(*SourceStream); in commitInjectedSources() 265 auto SourceStream = WritableMappedBlockStream::createIndexedStream( commitInjectedSources() local
417 MutableBinaryByteStream SourceStream(SrcData, llvm::endianness::little); in TEST() local418 BinaryStreamWriter SourceWriter(SourceStream); in TEST()425 EXPECT_THAT_ERROR(DestWriter.writeStreamRef(SourceStream), Succeeded()); in TEST()
1387 std::unique_ptr<MappedBlockStream> SourceStream; in exportStream() local1413 SourceStream = File.createIndexedStream(Index); in exportStream()1415 FileOutputBuffer::create(OutFileName, SourceStream->getLength())); in exportStream()1418 ExitOnErr(Writer.writeStreamRef(*SourceStream)); in exportStream()