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.cpp247 llvm::Function *fn = CGM.CreateGlobalInitOrCleanUpFunction( in createAtExitStub()
294 llvm::Function *DtorStub = CGM.CreateGlobalInitOrCleanUpFunction( in createTLSAtExitStub()
443 llvm::Function *CodeGenModule::CreateGlobalInitOrCleanUpFunction( in CreateGlobalInitOrCleanUpFunction() function in CodeGenModule
555 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalVarDeclInitFunc()
762 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXModuleInitFunc()
891 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
929 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
933 Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalInitFunc()
990 llvm::Function *Fn = CreateGlobalInitOrCleanUpFunction( in EmitCXXGlobalCleanUpFunc()
1011 CreateGlobalInitOrCleanUpFunction(FTy, "_GLOBAL__D_a", FI); in EmitCXXGlobalCleanUpFunc()
[all …]
H A DCodeGenModule.h915 llvm::Function *CreateGlobalInitOrCleanUpFunction(
H A DItaniumCXXABI.cpp2883 llvm::Function *GlobalInitOrCleanupFn = CGM.CreateGlobalInitOrCleanUpFunction( in createGlobalInitOrCleanupFn()
3119 InitFunc = CGM.CreateGlobalInitOrCleanUpFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
5181 llvm::Function *StermFinalizer = CGM.CreateGlobalInitOrCleanUpFunction( in emitCXXStermFinalizer()
H A DCGOpenMPRuntime.cpp1669 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1701 CGM.CreateGlobalInitOrCleanUpFunction(FTy, Name, FI, Loc); in emitThreadPrivateVarDefinition()
1745 llvm::Function *InitFunction = CGM.CreateGlobalInitOrCleanUpFunction( in emitThreadPrivateVarDefinition()
H A DMicrosoftCXXABI.cpp2436 llvm::Function *InitFunc = CGM.CreateGlobalInitOrCleanUpFunction( in EmitThreadLocalInitFuncs()