Searched refs:isThreadWrapperReplaceable (Results 1 – 1 of 1) sorted by relevance
2152 static bool isThreadWrapperReplaceable(const VarDecl *VD, in isThreadWrapperReplaceable() function2174 if (isThreadWrapperReplaceable(VD, CGM)) in getThreadLocalWrapperLinkage()2214 if (!Wrapper->hasLocalLinkage() && !(isThreadWrapperReplaceable(VD, CGM) && in getOrCreateThreadLocalWrapper()2219 if (isThreadWrapperReplaceable(VD, CGM)) { in getOrCreateThreadLocalWrapper()2264 if (isThreadWrapperReplaceable(VD, CGM) && !VD->hasDefinition()) in EmitThreadLocalInitFuncs()2307 if (isThreadWrapperReplaceable(VD, CGM)) in EmitThreadLocalInitFuncs()2345 if (isThreadWrapperReplaceable(VD, CGF.CGM)) in EmitThreadLocalVarDeclLValue()