Home | History | Annotate | Download | only in Sema

Lines Matching refs:PCS

3370     PcsAttr::PCSType PCS;
3373 PCS = PcsAttr::AAPCS;
3376 PCS = PcsAttr::AAPCS_VFP;
3379 llvm_unreachable("unexpected calling convention in pcs attribute");
3383 PcsAttr(Attr.getRange(), S.Context, PCS,