Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DFeatures.def133 FEATURE(c_thread_local, LangOpts.C11 &&PP.getTargetInfo().isTLSSupported())
168 LangOpts.CPlusPlus11 &&PP.getTargetInfo().isTLSSupported())
225 FEATURE(tls, PP.getTargetInfo().isTLSSupported())
234 EXTENSION(c_thread_local, PP.getTargetInfo().isTLSSupported())
DTargetInfo.h1299 bool isTLSSupported() const { in isTLSSupported() function
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1134 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
1168 LangOpts.CPlusPlus11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()
1220 .Case("tls", PP.getTargetInfo().isTLSSupported()) in HasFeature()
1254 .Case("c_thread_local", PP.getTargetInfo().isTLSSupported()) in HasExtension()
/external/clang/include/clang/Basic/
DTargetInfo.h878 bool isTLSSupported() const { in isTLSSupported() function
/external/clang/lib/Basic/
DModule.cpp70 .Case("tls", Target.isTLSSupported()) in hasFeature()
/external/llvm-project/clang/lib/Basic/
DModule.cpp119 .Case("tls", Target.isTLSSupported()) in hasFeature()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1727 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()
1738 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
1774 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
DCodeGenModule.cpp1459 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global)) in MayBeEmittedEagerly()
DCGStmtOpenMP.cpp714 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
DCGBuiltin.cpp2370 if (!getContext().getTargetInfo().isTLSSupported()) in EmitBuiltinExpr()
/external/clang/lib/Sema/
DSemaOpenMP.cpp655 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()
1360 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()
1797 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
DSemaDeclAttr.cpp3268 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()
4670 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
DSemaDecl.cpp6218 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
/external/clang/lib/AST/
DDecl.cpp1823 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1702 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()
1714 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
1754 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
1993 CGM.getTarget().isTLSSupported()) { in getAddrOfArtificialThreadPrivate()
DCGStmtOpenMP.cpp968 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
1636 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()
DCodeGenModule.cpp2580 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global) && in MayBeEmittedEagerly()
DCGBuiltin.cpp4734 if (!getContext().getTargetInfo().isTLSSupported()) in EmitBuiltinExpr()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2016 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3911 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()
6214 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
DSemaOpenMP.cpp1624 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()
2985 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()
4375 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
DSemaDecl.cpp7137 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
DSemaExpr.cpp379 if (!Context.getTargetInfo().isTLSSupported()) in DiagnoseUseOfDecl()