Searched refs:isDarwinPCS (Results 1 – 1 of 1) sorted by relevance
4463 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anonbc557ed20511::AArch64ABIInfo4489 return isDarwinPCS() ? EmitDarwinVAArg(VAListAddr, Ty, CGF) in EmitVAArg()4550 return (Ty->isPromotableIntegerType() && isDarwinPCS() in classifyArgumentType()4565 if (!getContext().getLangOpts().CPlusPlus || isDarwinPCS()) in classifyArgumentType()4615 return (RetTy->isPromotableIntegerType() && isDarwinPCS() in classifyReturnType()