Searched refs:StreamTPI (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 326 (StreamIdx == StreamTPI) ? RecordFromTypes : RecordFromIds; in add() 332 NameTable &Target = (StreamIdx == StreamTPI) ? NameFromTypes : NameFromIds; in add() 338 (StreamIdx == StreamTPI) ? RecordFromTypes : RecordFromIds; in find() 359 NameTable &Target = (StreamIdx == StreamTPI) ? NameFromTypes : NameFromIds; in find() 475 StreamIdx == StreamTPI ? Types : Ids); in printTypeIndex() 560 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 561 printTypeIndex("FieldListType", Class.getFieldList(), StreamTPI); in visitKnownRecord() 578 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() 579 printTypeIndex("FieldListType", Enum.getFieldList(), StreamTPI); in visitKnownRecord() 591 printTypeIndex("TypeIndex", CurrentTypeIndex, StreamTPI); in visitKnownRecord() [all …]
|
| H A D | LVCodeViewReader.cpp | 249 LogicalVisitor.printTypeIndex("Inlinee", TIInlinee, StreamTPI); in collectInlineeInfo() 522 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in loadPrecompiledObject() 568 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in traverseTypeSection() 594 if (Error Err = VisitTypes(Types, Ids, StreamTPI)) in traverseTypes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | BytesOutputStyle.cpp | 169 dumpTypeIndex(StreamTPI, opts::bytes::TypeIndex); in dump() 294 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTypeIndex() 297 bool IsTpi = (StreamIdx == StreamTPI); in dumpTypeIndex() 447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes() 451 auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream() in initializeTypes()
|
| H A D | DumpOutputStyle.cpp | 176 if (auto EC = dumpTpiStream(StreamTPI)) in dump() 1324 assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI); in dumpTpiStream() 1326 if (StreamIdx == StreamTPI) { in dumpTpiStream() 1339 if (StreamIdx == StreamTPI) { in dumpTpiStream() 1356 printStreamNotPresent(StreamIdx == StreamTPI ? "TPI" : "IPI"); in dumpTpiStream() 1363 auto &Stream = Err((StreamIdx == StreamTPI) ? getPdb().getPDBTpiStream() in dumpTpiStream() 1366 auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids(); in dumpTpiStream() 1370 (StreamIdx == StreamTPI) ? RefTracker.get() : nullptr; in dumpTpiStream()
|
| H A D | StreamUtil.cpp | 105 else if (StreamIdx == StreamTPI) in discoverStreamPurposes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | RawConstants.h | 79 StreamTPI = 2, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFile.cpp | 302 auto TpiS = safelyCreateIndexedStream(StreamTPI); in getPDBTpiStream() 454 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); } in hasPDBTpiStream()
|
| H A D | PDBFileBuilder.cpp | 72 Tpi = std::make_unique<TpiStreamBuilder>(*Msf, StreamTPI); in getTpiBuilder()
|