Home
last modified time | relevance | path

Searched refs:shouldDLLImportComdatSymbols (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1255 virtual bool shouldDLLImportComdatSymbols() const { in shouldDLLImportComdatSymbols() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8147 (S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()
8154 !(S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()
8163 if ((S.Context.getTargetInfo().shouldDLLImportComdatSymbols()) && in handleDLLAttr()
H A DSemaTemplate.cpp10418 (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in ActOnExplicitInstantiation()
10436 (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp6527 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && !ClassAttr) { in checkClassLevelDLLAttribute()
6558 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()
6623 if (!Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()
H A DSemaDecl.cpp7222 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration()