Searched refs:isThreadWrapperReplaceable (Results 1 – 1 of 1) sorted by relevance
2142 static bool isThreadWrapperReplaceable(const VarDecl *VD, in isThreadWrapperReplaceable() function2164 if (isThreadWrapperReplaceable(VD, CGM)) in getThreadLocalWrapperLinkage()2193 if (!Wrapper->hasLocalLinkage() && !(isThreadWrapperReplaceable(VD, CGM) && in getOrCreateThreadLocalWrapper()2198 if (isThreadWrapperReplaceable(VD, CGM)) { in getOrCreateThreadLocalWrapper()2238 if (isThreadWrapperReplaceable(VD, CGM) && !VD->hasDefinition()) in EmitThreadLocalInitFuncs()2314 if (isThreadWrapperReplaceable(VD, CGF.CGM)) in EmitThreadLocalVarDeclLValue()