Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnInfo

965   const CGFunctionInfo &FnInfo =
969 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo);
975 return EmitCall(FnInfo, Func, ReturnValue, Args);
1122 const CGFunctionInfo &fnInfo = CGM.getTypes().arrangeFreeFunctionDeclaration(
1125 if (CGM.ReturnSlotInterferesWithArgs(fnInfo))
1128 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo);
1133 CGM.SetInternalFunctionAttributes(blockDecl, fn, fnInfo);
1136 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,