Home
last modified time | relevance | path

Searched refs:usesThreadWrapperFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h642 virtual bool usesThreadWrapperFunction(const VarDecl *VD) const = 0;
H A DItaniumCXXABI.cpp382 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anond94614940111::ItaniumCXXABI
3190 if (!usesThreadWrapperFunction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp430 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anon9a42cb130111::MicrosoftCXXABI
H A DCGExpr.cpp2843 CGF.CGM.getCXXABI().usesThreadWrapperFunction(VD)) in EmitGlobalVarDeclLValue()