Home
last modified time | relevance | path

Searched refs:isDarwinPCS (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DTargetInfo.cpp4463 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anona890a3f30511::AArch64ABIInfo
4489 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()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp5419 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anon57a50d410711::AArch64ABIInfo
5453 : 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()