Home
last modified time | relevance | path

Searched refs:StreamIPI (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h81 StreamIPI = 4, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp320 auto IpiS = safelyCreateIndexedStream(StreamIPI); in getPDBIpiStream()
433 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
H A DPDBFileBuilder.cpp69 Ipi = std::make_unique<TpiStreamBuilder>(*Msf, StreamIPI); in getIpiBuilder()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp174 dumpTypeIndex(StreamIPI, opts::bytes::IdIndex); in dump()
294 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTypeIndex()
H A DStreamUtil.cpp108 else if (StreamIdx == StreamIPI) in discoverStreamPurposes()
H A DDumpOutputStyle.cpp180 if (auto EC = dumpTpiStream(StreamIPI)) in dump()
1422 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream()
1426 } else if (StreamIdx == StreamIPI) { in dumpTpiStream()
1444 } else if (StreamIdx == StreamIPI) { in dumpTpiStream()