Searched refs:isDarwinPCS (Results 1 – 2 of 2) sorted by relevance
4463 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anona890a3f30511::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()
5419 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anon57a50d410711::AArch64ABIInfo5453 : isDarwinPCS() ? EmitDarwinVAArg(VAListAddr, Ty, CGF) in EmitVAArg()5655 return (isPromotableIntegerTypeForABI(Ty) && isDarwinPCS() in classifyArgumentType()5672 if (!getContext().getLangOpts().CPlusPlus || isDarwinPCS()) in classifyArgumentType()5742 return (isPromotableIntegerTypeForABI(RetTy) && isDarwinPCS() in classifyReturnType()