Home
last modified time | relevance | path

Searched refs:CreateGlobalInitOrDestructFunction (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp175 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(), in createAtExitStub()
228 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction( in CreateGlobalInitOrDestructFunction() function in CodeGenModule
295 CreateGlobalInitOrDestructFunction(FTy, FnName.str(), D->getLocation()); in EmitCXXGlobalVarDeclInitFunc()
395 llvm::Function *Fn = CreateGlobalInitOrDestructFunction( in EmitCXXGlobalInitFunc()
424 llvm::Function *Fn = CreateGlobalInitOrDestructFunction( in EmitCXXGlobalInitFunc()
441 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a"); in EmitCXXGlobalDtorFunc()
564 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction( in generateDestroyHelper()
H A DCGOpenMPRuntime.cpp543 auto Fn = CGM.CreateGlobalInitOrDestructFunction( in EmitOMPThreadPrivateVarDefinition()
577 auto Fn = CGM.CreateGlobalInitOrDestructFunction( in EmitOMPThreadPrivateVarDefinition()
616 auto InitFunction = CGM.CreateGlobalInitOrDestructFunction( in EmitOMPThreadPrivateVarDefinition()
H A DCodeGenModule.h695 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
H A DItaniumCXXABI.cpp1955 InitFunc = CGM.CreateGlobalInitOrDestructFunction(FTy, "__tls_init", in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp1855 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction( in EmitThreadLocalInitFuncs()