Searched refs:TpiTypes (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/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 | 677 auto &TpiTypes = File.types(); in dumpUdtStats() local 696 else if (std::optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 163 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 171 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 2100 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes() local 2103 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() 2104 if (Error Err = codeview::visitTypeStream(TpiTypes, TDV)) in dumpCodeViewMergedTypes() 2114 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
|