Searched refs:CreateGlobalInitOrDestructFunction (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp198 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(),
251 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction( function in class:CodeGenModule
321 CreateGlobalInitOrDestructFunction(FTy, FnName.str(),
421 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
451 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
469 CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a", FI);
593 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(
H A DCodeGenModule.h687 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
H A DCGOpenMPRuntime.cpp1151 auto Fn = CGM.CreateGlobalInitOrDestructFunction(
1183 auto Fn = CGM.CreateGlobalInitOrDestructFunction(
1221 auto InitFunction = CGM.CreateGlobalInitOrDestructFunction(
2095 CGM.CreateGlobalInitOrDestructFunction(FTy, Name, FI, SourceLocation());
H A DItaniumCXXABI.cpp2215 InitFunc = CGM.CreateGlobalInitOrDestructFunction(FTy, "__tls_init", FI,
H A DMicrosoftCXXABI.cpp2229 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction(

Completed in 197 milliseconds