Home
last modified time | relevance | path

Searched refs:IpiTypes (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h38 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
73 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()
81 TypeCollection *IpiTypes = nullptr; variable
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h58 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
H A DBytesOutputStyle.cpp447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2203 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes() local
2207 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()
2208 if (Error Err = codeview::visitTypeStream(IpiTypes, TDV)) in dumpCodeViewMergedTypes()