Lines Matching defs:FI
246 const CGFunctionInfo &FI = CGM.getTypes().arrangeNullaryFunction();
248 ty, FnName.str(), FI, VD.getLocation());
253 CGM.getContext().VoidTy, fn, FI, FunctionArgList(),
286 const CGFunctionInfo &FI = CGM.getTypes().arrangeLLVMFunctionInfo(
295 StubTy, FnName.str(), FI, D.getLocation());
306 FI, Args, D.getLocation(), D.getInit()->getExprLoc());
444 llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI,
455 SetInternalFunctionAttributes(GlobalDecl(), Fn, FI);
750 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction();
763 FTy, llvm::Twine(InitFnName), FI, SourceLocation(), false,
872 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction();
892 FTy, "_GLOBAL__I_" + getPrioritySuffix(Priority), FI);
930 FTy, llvm::Twine(InitFnName), FI, SourceLocation(), false,
936 FI);
970 const CGFunctionInfo &FI = getTypes().arrangeNullaryFunction();
991 FTy, "_GLOBAL__a_" + getPrioritySuffix(Priority), FI);
1011 CreateGlobalInitOrCleanUpFunction(FTy, "_GLOBAL__D_a", FI);
1164 const CGFunctionInfo &FI =
1166 llvm::FunctionType *FTy = CGM.getTypes().GetFunctionType(FI);
1168 FTy, "__cxx_global_array_dtor", FI, VD->getLocation());
1173 getContext().VoidTy, fn, FI, args);