Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:FnInfo

1445   const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeGlobalDeclaration(MD);
1446 llvm::FunctionType *ThunkTy = CGM.getTypes().GetFunctionType(FnInfo);
1456 CGM.SetLLVMFunctionAttributes(MD, FnInfo, ThunkFn);
1461 CGF.StartThunk(ThunkFn, MD, FnInfo);
1474 CGM.ConstructAttributeList(FnInfo, MD, AttributeList, CallingConv, true);