Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp4463 bool isDarwinPCS() const { return Kind == DarwinPCS; } in isDarwinPCS() function in __anoncb30615c0511::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()