Searched refs:isTLSSupported (Results 1 – 11 of 11) sorted by relevance
1134 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()
878 bool isTLSSupported() const { in isTLSSupported() function
70 .Case("tls", Target.isTLSSupported()) in hasFeature()
1727 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()1738 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()1774 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
1459 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global)) in MayBeEmittedEagerly()
714 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
2370 if (!getContext().getTargetInfo().isTLSSupported()) in EmitBuiltinExpr()
655 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()1360 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()1797 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
3268 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()4670 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
6218 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
1823 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()