Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnInfo

2650   const CGFunctionInfo &FnInfo =
2670 if (isa<FunctionNoProtoType>(FnType) && !FnInfo.isVariadic()) {
2671 llvm::Type *CalleeTy = getTypes().GetFunctionType(FnInfo);
2676 return EmitCall(FnInfo, Callee, ReturnValue, Args, TargetDecl);