Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp230 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(), in createAtExitStub()
324 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction( in CreateGlobalInitOrDestructFunction() function in CodeGenModule
449 CreateGlobalInitOrDestructFunction(FTy, FnName.str(), in EmitCXXGlobalVarDeclInitFunc()
546 llvm::Function *Fn = CreateGlobalInitOrDestructFunction( in EmitCXXGlobalInitFunc()
572 llvm::Function *Fn = CreateGlobalInitOrDestructFunction( in EmitCXXGlobalInitFunc()
590 CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a", FI); in EmitCXXGlobalDtorFunc()
722 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction( in generateDestroyHelper()
H A DCodeGenModule.h793 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
H A DCGOpenMPRuntime.cpp2549 CGM.CreateGlobalInitOrDestructFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
2582 CGM.CreateGlobalInitOrDestructFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
2625 llvm::Function *InitFunction = CGM.CreateGlobalInitOrDestructFunction( in emitThreadPrivateVarDefinition()
2706 llvm::Function *Fn = CGM.CreateGlobalInitOrDestructFunction( in emitDeclareTargetVarDefinition()
2744 llvm::Function *Fn = CGM.CreateGlobalInitOrDestructFunction( in emitDeclareTargetVarDefinition()
3853 UnRegFn = CGM.CreateGlobalInitOrDestructFunction(FTy, UnregName, FI); in createOffloadingBinaryDescriptorRegistration()
3880 RegFn = CGM.CreateGlobalInitOrDestructFunction(FTy, Descriptor, FI); in createOffloadingBinaryDescriptorRegistration()
H A DItaniumCXXABI.cpp2351 llvm::Function *GlobalInitFn = CreateGlobalInitOrDestructFunction( in registerGlobalDtorsWithAtExit()
2504 InitFunc = CGM.CreateGlobalInitOrDestructFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
H A DMicrosoftCXXABI.cpp2298 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction( in EmitThreadLocalInitFuncs()