Home
last modified time | relevance | path

Searched refs:createIndexedStream (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp230 auto Stream = WritableMappedBlockStream::createIndexedStream( in commitSrcHeaderBlock()
255 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources()
280 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
290 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
DTpiStreamBuilder.cpp148 auto InfoS = WritableMappedBlockStream::createIndexedStream(Layout, Buffer, in commit()
163 auto HVS = WritableMappedBlockStream::createIndexedStream( in commit()
DGSIStreamBuilder.cpp364 auto GS = WritableMappedBlockStream::createIndexedStream( in commit()
366 auto PS = WritableMappedBlockStream::createIndexedStream( in commit()
368 auto PRS = WritableMappedBlockStream::createIndexedStream( in commit()
DPDBFile.cpp238 PDBFile::createIndexedStream(uint16_t SN) const { in createIndexedStream() function in PDBFile
241 return MappedBlockStream::createIndexedStream(ContainerLayout, *Buffer, SN, in createIndexedStream()
492 return createIndexedStream(StreamIndex); in safelyCreateIndexedStream()
DInfoStreamBuilder.cpp60 auto InfoS = WritableMappedBlockStream::createIndexedStream( in commit()
DDbiStreamBuilder.cpp396 auto DbiS = WritableMappedBlockStream::createIndexedStream( in commit()
443 auto WritableStream = WritableMappedBlockStream::createIndexedStream( in commit()
DDbiModuleDescriptorBuilder.cpp150 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h48 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
114 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h88 createIndexedStream(uint16_t SN) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp59 std::unique_ptr<MappedBlockStream> MappedBlockStream::createIndexedStream( in createIndexedStream() function in MappedBlockStream
326 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream() function in WritableMappedBlockStream