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