Home | History | Annotate | Download | only in Sema

Lines Matching refs:PCS

3805     PcsAttr::PCSType PCS;
3808 PCS = PcsAttr::AAPCS;
3811 PCS = PcsAttr::AAPCS_VFP;
3814 llvm_unreachable("unexpected calling convention in pcs attribute");
3818 PcsAttr(Attr.getRange(), S.Context, PCS,