Home
last modified time | relevance | path

Searched refs:StreamTPI (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp170 dumpTypeIndex(StreamTPI, opts::bytes::TypeIndex); in dump()
295 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTypeIndex()
298 bool IsTpi = (StreamIdx == StreamTPI); in dumpTypeIndex()
450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
454 auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream() in initializeTypes()
DDumpOutputStyle.cpp143 if (auto EC = dumpTpiStream(StreamTPI)) in dump()
1199 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream()
1201 if (StreamIdx == StreamTPI) { in dumpTpiStream()
1215 if (StreamIdx == StreamTPI) { in dumpTpiStream()
1238 auto &Stream = Err((StreamIdx == StreamTPI) ? getPdb().getPDBTpiStream() in dumpTpiStream()
1241 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream()
DStreamUtil.cpp107 else if (StreamIdx == StreamTPI) in discoverStreamPurposes()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h61 StreamTPI = 2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h80 StreamTPI = 2, enumerator
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp63 if (auto EC = dumpTpiStream(StreamTPI)) in dump()
152 else if (StreamIdx == StreamTPI) in dumpStreamSummary()
355 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream()
361 if (StreamIdx == StreamTPI) { in dumpTpiStream()
375 auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream() in dumpTpiStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp302 auto TpiS = safelyCreateIndexedStream(ContainerLayout, *Buffer, StreamTPI); in getPDBTpiStream()
445 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
DPDBFileBuilder.cpp66 Tpi = llvm::make_unique<TpiStreamBuilder>(*Msf, StreamTPI); in getTpiBuilder()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPDBFile.cpp204 auto TpiS = MappedBlockStream::createIndexedStream(StreamTPI, *this); in getPDBTpiStream()