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