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

/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp198 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(ty, FnName.str(),
251 llvm::Function *CodeGenModule::CreateGlobalInitOrDestructFunction( function in class:CodeGenModule
315 CreateGlobalInitOrDestructFunction(FTy, FnName.str(), D->getLocation());
413 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
442 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(
459 llvm::Function *Fn = CreateGlobalInitOrDestructFunction(FTy, "_GLOBAL__D_a");
582 llvm::Function *fn = CGM.CreateGlobalInitOrDestructFunction(

Completed in 90 milliseconds