Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp545 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 DLVCodeViewReader.cpp611 return VisitTypes(Ids, Ids, StreamIPI); in traverseTypes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h81 StreamIPI = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp318 auto IpiS = safelyCreateIndexedStream(StreamIPI); in getPDBIpiStream()
431 if (StreamIPI >= getNumStreams()) in hasPDBIpiStream()
H A DPDBFileBuilder.cpp79 Ipi = std::make_unique<TpiStreamBuilder>(*Msf, StreamIPI); in getIpiBuilder()
/freebsd/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.cpp107 else if (StreamIdx == StreamIPI) in discoverStreamPurposes()
H A DDumpOutputStyle.cpp182 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()