Searched refs:TpiTypes (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.h | 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() argument 30 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor() 71 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes() 78 TypeCollection &TpiTypes; variable
|
| /netbsd-src/external/apache2/llvm/dist/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 | 777 auto &TpiTypes = File.types(); in dumpUdtStats() local 796 else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex() 170 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 2031 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes() local 2034 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() 2035 if (Error Err = codeview::visitTypeStream(TpiTypes, TDV)) in dumpCodeViewMergedTypes() 2045 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
|