Searched refs:TpiTypes (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.h | 30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() argument 32 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor() 73 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes() 80 TypeCollection &TpiTypes; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.h | 57 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; variable
|
H A D | BytesOutputStyle.cpp | 447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
|
H A D | DumpOutputStyle.cpp | 678 auto &TpiTypes = File.types(); in dumpUdtStats() local 697 else if (std::optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 164 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 172 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 2192 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes() local 2195 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() 2196 if (Error Err = codeview::visitTypeStream(TpiTypes, TDV)) in dumpCodeViewMergedTypes() 2206 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
|