Home
last modified time | relevance | path

Searched refs:isTLSSupported (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def161 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
196 LangOpts.CPlusPlus11 &&PP.getTargetInfo().isTLSSupported())
254 FEATURE(tls, PP.getTargetInfo().isTLSSupported())
265 EXTENSION(c_thread_local, PP.getTargetInfo().isTLSSupported())
H A DTargetInfo.h1576 bool isTLSSupported() const { in isTLSSupported() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp122 .Case("tls", Target.isTLSSupported()) in hasFeature()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1591 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()
1603 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
1645 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
1804 CGM.getTarget().isTLSSupported()) { in getAddrOfArtificialThreadPrivate()
H A DCGStmtOpenMP.cpp1015 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
1690 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
H A DCodeGenModule.cpp3558 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global) && in MayBeEmittedEagerly()
H A DCGBuiltin.cpp6002 if (!getContext().getTargetInfo().isTLSSupported()) in EmitBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2155 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1780 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()
3301 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()
4633 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
H A DSemaDeclAttr.cpp5415 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
H A DSemaDecl.cpp7718 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
H A DSemaExpr.cpp387 if (!Context.getTargetInfo().isTLSSupported()) in DiagnoseUseOfDecl()