Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h616 virtual bool usesThreadWrapperFunction(const VarDecl *VD) const = 0;
H A DItaniumCXXABI.cpp371 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anon3b53191f0111::ItaniumCXXABI
2928 if (!usesThreadWrapperFunction(VD)) { in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp403 bool usesThreadWrapperFunction(const VarDecl *VD) const override { in usesThreadWrapperFunction() function in __anonb3a31e5e0111::MicrosoftCXXABI
H A DCGExpr.cpp2519 CGF.CGM.getCXXABI().usesThreadWrapperFunction(VD)) in EmitGlobalVarDeclLValue()