Searched refs:StreamIPI (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 545 printTypeIndex("ArgType", Arg, StreamIPI); in visitKnownRecord() 633 printTypeIndex("Id", String.getId(), StreamIPI); in visitKnownRecord() 644 printTypeIndex("UDT", Line.getUDT(), StreamIPI); in visitKnownRecord() 645 printTypeIndex("SourceFile", Line.getSourceFile(), StreamIPI); in visitKnownRecord() 1956 printTypeBegin(Record, TI, Element, StreamIPI); in visitKnownRecord() 1960 printTypeIndex("ArgType", Arg, StreamIPI); in visitKnownRecord() 2123 printTypeBegin(Record, TI, Element, StreamIPI); in visitKnownRecord() 2178 printTypeBegin(Record, TI, Element, StreamIPI); in visitKnownRecord() 2540 printTypeBegin(Record, TI, Element, StreamIPI); in visitKnownRecord() 2546 printTypeIndex("String", Indices[I], StreamIPI); in visitKnownRecord() [all …]
|
H A D | LVCodeViewReader.cpp | 611 return VisitTypes(Ids, Ids, StreamIPI); in traverseTypes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 81 StreamIPI = 4, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFile.cpp | 318 auto IpiS = safelyCreateIndexedStream(StreamIPI); in getPDBIpiStream() 431 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
|
H A D | PDBFileBuilder.cpp | 79 Ipi = std::make_unique<TpiStreamBuilder>(*Msf, StreamIPI); in getIpiBuilder()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 174 dumpTypeIndex(StreamIPI, opts::bytes::IdIndex); in dump() 294 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTypeIndex()
|
H A D | StreamUtil.cpp | 107 else if (StreamIdx == StreamIPI) in discoverStreamPurposes()
|
H A D | DumpOutputStyle.cpp | 182 if (auto EC = dumpTpiStream(StreamIPI)) in dump() 1324 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream() 1328 } else if (StreamIdx == StreamIPI) { in dumpTpiStream() 1346 } else if (StreamIdx == StreamIPI) { in dumpTpiStream()
|