Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h30 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 DBytesOutputStyle.h57 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; variable
H A DBytesOutputStyle.cpp447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
H A DDumpOutputStyle.cpp678 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 DTypeDumpVisitor.cpp164 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 DCOFFDumper.cpp2192 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()