Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h82 StreamIPI = 4, enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp318 auto IpiS = safelyCreateIndexedStream(ContainerLayout, *Buffer, StreamIPI); in getPDBIpiStream()
424 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
H A DPDBFileBuilder.cpp72 Ipi = llvm::make_unique<TpiStreamBuilder>(*Msf, StreamIPI); in getIpiBuilder()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp175 dumpTypeIndex(StreamIPI, opts::bytes::IdIndex); in dump()
295 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTypeIndex()
H A DStreamUtil.cpp109 else if (StreamIdx == StreamIPI) in discoverStreamPurposes()
H A DDumpOutputStyle.cpp165 if (auto EC = dumpTpiStream(StreamIPI)) in dump()
1355 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream()
1359 } else if (StreamIdx == StreamIPI) { in dumpTpiStream()
1377 } else if (StreamIdx == StreamIPI) { in dumpTpiStream()