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