Searched refs:isTLSSupported (Results 1 – 10 of 10) sorted by relevance
1126 LangOpts.C11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()1160 LangOpts.CPlusPlus11 && PP.getTargetInfo().isTLSSupported()) in HasFeature()1210 .Case("tls", PP.getTargetInfo().isTLSSupported()) in HasFeature()1245 .Case("c_thread_local", PP.getTargetInfo().isTLSSupported()) in HasExtension()
840 bool isTLSSupported() const { in isTLSSupported() function
70 .Case("tls", Target.isTLSSupported()) in hasFeature()
1049 !CGM.getContext().getTargetInfo().isTLSSupported()); in getOrCreateThreadPrivateCache()1060 CGM.getContext().getTargetInfo().isTLSSupported()) in getAddrOfThreadPrivate()1096 CGM.getContext().getTargetInfo().isTLSSupported()) in emitThreadPrivateVarDefinition()
479 getContext().getTargetInfo().isTLSSupported()) { in EmitOMPCopyinClause()
1400 getContext().getTargetInfo().isTLSSupported() && isa<VarDecl>(Global)) in MayBeEmittedEagerly()
567 SemaRef.getASTContext().getTargetInfo().isTLSSupported())) || in getTopDSA()1189 getASTContext().getTargetInfo().isTLSSupported())) || in CheckOMPThreadPrivateDecl()1603 getASTContext().getTargetInfo().isTLSSupported() && in ActOnOpenMPRegionEnd()
3196 if (Context.getTargetInfo().isTLSSupported()) { in AddAlignedAttr()4426 if (!S.Context.getTargetInfo().isTLSSupported()) { in handleDeclspecThreadAttr()
6018 else if (!Context.getTargetInfo().isTLSSupported()) { in ActOnVariableDeclarator()
1820 getASTContext().getTargetInfo().isTLSSupported() && in getTLSKind()