Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp248 llvm::Function *fn = CGM.CreateGlobalInitOrCleanUpFunction( in createAtExitStub()
295 llvm::Function *DtorStub = CGM.CreateGlobalInitOrCleanUpFunction( in createTLSAtExitStub()
438 llvm::Function *CodeGenModule::CreateGlobalInitOrCleanUpFunction( in CreateGlobalInitOrCleanUpFunction() function in CodeGenModule
559 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc()
782 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXModuleInitFunc()
914 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
952 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
956 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
1016 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc()
1037 CreateGlobalInitOrCleanUpFunction(FTy, "_GLOBAL__D_a", FI); in EmitCXXGlobalCleanUpFunc()
[all …]
H A DCodeGenModule.h976 llvm::Function *CreateGlobalInitOrCleanUpFunction(
H A DItaniumCXXABI.cpp2911 llvm::Function *GlobalInitOrCleanupFn = CGM.CreateGlobalInitOrCleanUpFunction( in createGlobalInitOrCleanupFn()
3151 InitFunc = CGM.CreateGlobalInitOrCleanUpFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
5237 llvm::Function *StermFinalizer = CGM.CreateGlobalInitOrCleanUpFunction( in emitCXXStermFinalizer()
H A DCGOpenMPRuntime.cpp1659 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1691 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1725 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition()
H A DMicrosoftCXXABI.cpp2428 llvm::Function *InitFunc = CGM.CreateGlobalInitOrCleanUpFunction( in EmitThreadLocalInitFuncs()