Searched refs:shouldDLLImportComdatSymbols (Results 1 – 5 of 5) sorted by relevance
1294 virtual bool shouldDLLImportComdatSymbols() const { in shouldDLLImportComdatSymbols() function
5586 (S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()5593 !(S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()5602 if ((S.Context.getTargetInfo().shouldDLLImportComdatSymbols()) && in handleDLLAttr()
9640 Context.getTargetInfo().shouldDLLImportComdatSymbols()) { in ActOnExplicitInstantiation()9657 Context.getTargetInfo().shouldDLLImportComdatSymbols()) { in ActOnExplicitInstantiation()
6383 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && !ClassAttr) { in checkClassLevelDLLAttribute() 6414 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute() 6479 if (!Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()
7024 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration()