Searched refs:ARMABIInfo (Results 1 – 1 of 1) sorted by relevance
4982 class ARMABIInfo : public SwiftABIInfo { class4995 ARMABIInfo(CodeGenTypes &CGT, ABIKind _Kind) in ARMABIInfo() function in __anonbc557ed20611::ARMABIInfo5055 ARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in ARMTargetCodeGenInfo()5056 :TargetCodeGenInfo(new ARMABIInfo(CGT, K)) {} in ARMTargetCodeGenInfo()5058 const ARMABIInfo &getABIInfo() const { in getABIInfo()5059 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()5108 ARMABIInfo::ABIKind ABI = cast<ARMABIInfo>(getABIInfo()).getABIKind(); in setTargetAttributes()5109 if (ABI == ARMABIInfo::APCS) in setTargetAttributes()5126 WindowsARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in WindowsARMTargetCodeGenInfo()5150 void ARMABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()[all …]