Searched refs:CreateGlobalInitOrCleanUpFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 248 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 D | CodeGenModule.h | 976 llvm::Function *CreateGlobalInitOrCleanUpFunction(
|
| H A D | ItaniumCXXABI.cpp | 2911 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 D | CGOpenMPRuntime.cpp | 1659 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 D | MicrosoftCXXABI.cpp | 2428 llvm::Function *InitFunc = CGM.CreateGlobalInitOrCleanUpFunction( in EmitThreadLocalInitFuncs()
|