Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DFeatures.def137 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
172 LangOpts.CPlusPlus11 &&PP.getTargetInfo().isTLSSupported())
229 FEATURE(tls, PP.getTargetInfo().isTLSSupported())
238 EXTENSION(c_thread_local, PP.getTargetInfo().isTLSSupported())
DTargetInfo.h1342 bool isTLSSupported() const { in isTLSSupported() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DModule.cpp119 .Case("tls", Target.isTLSSupported()) in hasFeature()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1722 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()
1734 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
1774 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
2013 CGM.getTarget().isTLSSupported()) { in getAddrOfArtificialThreadPrivate()
DCGStmtOpenMP.cpp997 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
1667 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
DCodeGenModule.cpp2747 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global) && in MayBeEmittedEagerly()
DCGBuiltin.cpp5040 if (!getContext().getTargetInfo().isTLSSupported()) in EmitBuiltinExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDecl.cpp2040 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4063 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()
6512 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
DSemaOpenMP.cpp1625 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()
3001 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()
4499 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
DSemaDecl.cpp7231 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
DSemaExpr.cpp373 if (!Context.getTargetInfo().isTLSSupported()) in DiagnoseUseOfDecl()