Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp246 llvm::Function *fn = CGM.CreateGlobalInitOrCleanUpFunction( in createAtExitStub()
288 llvm::Function *DtorStub = CGM.CreateGlobalInitOrCleanUpFunction( in createTLSAtExitStub()
436 llvm::Function *CodeGenModule::CreateGlobalInitOrCleanUpFunction( in CreateGlobalInitOrCleanUpFunction() function in CodeGenModule
544 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc()
751 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXModuleInitFunc()
876 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
914 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
918 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
975 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc()
996 CreateGlobalInitOrCleanUpFunction(FTy, "_GLOBAL__D_a", FI); in EmitCXXGlobalCleanUpFunc()
[all …]
H A DCodeGenModule.h894 llvm::Function *CreateGlobalInitOrCleanUpFunction(
H A DItaniumCXXABI.cpp2688 llvm::Function *GlobalInitOrCleanupFn = CGM.CreateGlobalInitOrCleanUpFunction( in createGlobalInitOrCleanupFn()
2924 InitFunc = CGM.CreateGlobalInitOrCleanUpFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
4893 llvm::Function *StermFinalizer = CGM.CreateGlobalInitOrCleanUpFunction( in emitCXXStermFinalizer()
H A DCGOpenMPRuntime.cpp1666 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1698 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1742 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition()
10121 RequiresRegFn = CGM.CreateGlobalInitOrCleanUpFunction(FTy, ReqName, FI); in emitRequiresDirectiveRegFun()
H A DMicrosoftCXXABI.cpp2423 llvm::Function *InitFunc = CGM.CreateGlobalInitOrCleanUpFunction( in EmitThreadLocalInitFuncs()