Home
last modified time | relevance | path

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

12

/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp178 auto InfoS = MappedBlockStream::createIndexedStream(StreamPDB, *this); in getPDBInfoStream()
191 auto DbiS = MappedBlockStream::createIndexedStream(StreamDBI, *this); in getPDBDbiStream()
204 auto TpiS = MappedBlockStream::createIndexedStream(StreamTPI, *this); in getPDBTpiStream()
217 auto IpiS = MappedBlockStream::createIndexedStream(StreamIPI, *this); in getPDBIpiStream()
237 MappedBlockStream::createIndexedStream(PublicsStreamNum, *this); in getPDBPublicsStream()
258 MappedBlockStream::createIndexedStream(SymbolStreamNum, *this); in getPDBSymbolStream()
282 auto NS = MappedBlockStream::createIndexedStream(NameStreamIndex, *this); in getStringTable()
DInfoStreamBuilder.cpp45 auto InfoS = MappedBlockStream::createIndexedStream(StreamPDB, File); in build()
DDbiStreamBuilder.cpp44 auto DbiS = MappedBlockStream::createIndexedStream(StreamDBI, File); in build()
DDbiStream.cpp289 auto SHS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeSectionHeadersData()
319 auto FS = MappedBlockStream::createIndexedStream(StreamNum, Pdb); in initializeFpoRecords()
/external/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()
DInfoStreamBuilder.cpp60 auto InfoS = 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()
DDbiModuleDescriptorBuilder.cpp150 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
DDbiStreamBuilder.cpp396 auto DbiS = WritableMappedBlockStream::createIndexedStream( in commit()
443 auto WritableStream = WritableMappedBlockStream::createIndexedStream( in commit()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp235 auto Stream = WritableMappedBlockStream::createIndexedStream( in commitSrcHeaderBlock()
260 auto SourceStream = WritableMappedBlockStream::createIndexedStream( in commitInjectedSources()
285 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
295 auto NS = WritableMappedBlockStream::createIndexedStream( in commit()
DTpiStreamBuilder.cpp177 auto InfoS = WritableMappedBlockStream::createIndexedStream(Layout, Buffer, in commit()
195 auto HVS = WritableMappedBlockStream::createIndexedStream( in commit()
DInfoStreamBuilder.cpp58 auto InfoS = 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()
DGSIStreamBuilder.cpp481 auto GS = WritableMappedBlockStream::createIndexedStream( in commit()
483 auto PS = WritableMappedBlockStream::createIndexedStream( in commit()
485 auto PRS = WritableMappedBlockStream::createIndexedStream( in commit()
DDbiStreamBuilder.cpp387 auto DbiS = WritableMappedBlockStream::createIndexedStream( in commit()
441 auto WritableStream = WritableMappedBlockStream::createIndexedStream( in commit()
/external/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,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h46 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
112 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData,
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DMappedBlockStream.h44 createIndexedStream(uint32_t StreamIdx, const IPDBFile &File);
/external/llvm/tools/llvm-pdbdump/fuzzer/
Dllvm-pdbdump-fuzzer.cpp86 auto ModStreamData = pdb::MappedBlockStream::createIndexedStream( in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h86 createIndexedStream(uint16_t SN) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h88 createIndexedStream(uint16_t SN) const;
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp58 std::unique_ptr<MappedBlockStream> MappedBlockStream::createIndexedStream( in createIndexedStream() function in MappedBlockStream
325 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream() function in WritableMappedBlockStream

12