Home
last modified time | relevance | path

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

/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/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()