Searched refs:CreateGlobalInitOrDestructFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 230 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 D | CodeGenModule.h | 793 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
|
| H A D | CGOpenMPRuntime.cpp | 2549 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 D | ItaniumCXXABI.cpp | 2351 llvm::Function *GlobalInitFn = CreateGlobalInitOrDestructFunction( in registerGlobalDtorsWithAtExit() 2504 InitFunc = CGM.CreateGlobalInitOrDestructFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
|
| H A D | MicrosoftCXXABI.cpp | 2298 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction( in EmitThreadLocalInitFuncs()
|