Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumpVisitor.h29 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor() argument
31 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor()
72 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()
79 TypeCollection &TpiTypes; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.h58 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; variable
DBytesOutputStyle.cpp450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
DDumpOutputStyle.cpp687 auto &TpiTypes = File.types(); in dumpUdtStats() local
706 else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) { in dumpUdtStats()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp163 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes); in printTypeIndex()
171 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size())); in visitTypeBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1842 TypeTableCollection TpiTypes(CVTypes.records()); in dumpCodeViewMergedTypes() local
1845 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()
1846 error(codeview::visitTypeStream(TpiTypes, TDV)); in dumpCodeViewMergedTypes()
1855 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes()