Searched refs:IpiTypes (Results 1 – 4 of 4) sorted by relevance
38 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()73 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()81 TypeCollection *IpiTypes = nullptr; variable
58 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
2203 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes() local2207 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()2208 if (Error Err = codeview::visitTypeStream(IpiTypes, TDV)) in dumpCodeViewMergedTypes()