Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp35 bool isDarwinPCS() const { return Kind == AArch64ABIKind::DarwinPCS; } in isDarwinPCS() function in __anona63ee2500111::AArch64ABIInfo
73 : 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()