Searched refs:isDarwinPCS (Results 1 – 1 of 1) sorted by relevance
35 bool isDarwinPCS() const { return Kind == AArch64ABIKind::DarwinPCS; } in isDarwinPCS() function in __anona63ee2500111::AArch64ABIInfo73 : isDarwinPCS() ? EmitDarwinVAArg(VAListAddr, Ty, CGF, Slot) in EmitVAArg()306 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()323 if (!getContext().getLangOpts().CPlusPlus || isDarwinPCS()) in classifyArgumentType()409 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()