Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1317 virtual bool shouldDLLImportComdatSymbols() const { in shouldDLLImportComdatSymbols() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6304 (S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()
6311 !(S.Context.getTargetInfo().shouldDLLImportComdatSymbols())) { in handleDLLAttr()
6320 if ((S.Context.getTargetInfo().shouldDLLImportComdatSymbols()) && in handleDLLAttr()
H A DSemaDecl.cpp7194 bool IsMicrosoftABI = S.Context.getTargetInfo().shouldDLLImportComdatSymbols(); in checkDLLAttributeRedeclaration()
13542 if (Context.getTargetInfo().shouldDLLImportComdatSymbols()) { in GloballyUniqueObjectMightBeAccidentallyDuplicated()
13596 << VD << Context.getTargetInfo().shouldDLLImportComdatSymbols(); in DiagnoseUniqueObjectDuplication()
13609 << VD << Context.getTargetInfo().shouldDLLImportComdatSymbols(); in DiagnoseUniqueObjectDuplication()
H A DSemaTemplate.cpp10170 Context.getTargetInfo().shouldDLLImportComdatSymbols()) { in ActOnExplicitInstantiation()
10187 Context.getTargetInfo().shouldDLLImportComdatSymbols()) { in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp6491 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && !ClassAttr) { in checkClassLevelDLLAttribute()
6522 if (Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()
6587 if (!Context.getTargetInfo().shouldDLLImportComdatSymbols() && in checkClassLevelDLLAttribute()