Searched refs:IpiTypes (Results 1 – 4 of 4) sorted by relevance
37 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()72 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()80 TypeCollection *IpiTypes = nullptr; variable
59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
1852 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes() local1856 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()1857 error(codeview::visitTypeStream(IpiTypes, TDV)); in dumpCodeViewMergedTypes()