Searched refs:TpiTypes (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeDumpVisitor.h | 29 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/ |
D | BytesOutputStyle.h | 58 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; variable
|
D | BytesOutputStyle.cpp | 450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
|
D | DumpOutputStyle.cpp | 687 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/ |
D | TypeDumpVisitor.cpp | 163 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/ |
D | COFFDumper.cpp | 1842 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()
|