Searched refs:StreamPDB (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStreamBuilder.cpp | 49 if (auto EC = Msf.setStreamSize(StreamPDB, Length)) in finalizeMsfLayout() 57 Layout, Buffer, StreamPDB, Msf.getAllocator()); in commit()
|
D | PDBFile.cpp | 276 auto InfoS = safelyCreateIndexedStream(ContainerLayout, *Buffer, StreamPDB); in getPDBInfoStream() 416 bool PDBFile::hasPDBInfoStream() const { return StreamPDB < getNumStreams(); } in hasPDBInfoStream()
|
D | PDBFileBuilder.cpp | 322 auto InfoStreamBlocks = Layout.StreamMap[StreamPDB]; in commit()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawConstants.h | 60 StreamPDB = 1, enumerator
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | InfoStreamBuilder.cpp | 45 auto InfoS = MappedBlockStream::createIndexedStream(StreamPDB, File); in build()
|
D | PDBFile.cpp | 178 auto InfoS = MappedBlockStream::createIndexedStream(StreamPDB, *this); in getPDBInfoStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawConstants.h | 79 StreamPDB = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.cpp | 103 else if (StreamIdx == StreamPDB) in discoverStreamPurposes()
|
D | BytesOutputStyle.cpp | 204 auto Layout = File.getStreamLayout(StreamPDB); in dumpNameMap()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 148 else if (StreamIdx == StreamPDB) in dumpStreamSummary()
|