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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp206 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(),
259 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction( function in class:CodeGenModule
340 CreateGlobalInitOrDestructFunction(FTy, FnName.str(),
440 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
470 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
488 CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a", FI);
612 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(
H A DCodeGenModule.h693 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
H A DCGOpenMPRuntime.cpp1796 auto Fn = CGM.CreateGlobalInitOrDestructFunction(
1827 auto Fn = CGM.CreateGlobalInitOrDestructFunction(
1868 auto InitFunction = CGM.CreateGlobalInitOrDestructFunction(
2774 CGM.CreateGlobalInitOrDestructFunction(FTy, Name, FI, SourceLocation());
H A DItaniumCXXABI.cpp2236 InitFunc = CGM.CreateGlobalInitOrDestructFunction(FTy, "__tls_init", FI,
H A DMicrosoftCXXABI.cpp2237 llvm::Function *InitFunc = CGM.CreateGlobalInitOrDestructFunction(

Completed in 153 milliseconds