Searched refs:ARMABIInfo (Results 1 – 2 of 2) sorted by relevance
4982 class ARMABIInfo : public SwiftABIInfo { class4995 ARMABIInfo(CodeGenTypes &CGT, ABIKind _Kind) in ARMABIInfo() function in __anona890a3f30611::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 …]
6137 class ARMABIInfo : public SwiftABIInfo { class6151 ARMABIInfo(CodeGenTypes &CGT, ABIKind _Kind) in ARMABIInfo() function in __anon57a50d410811::ARMABIInfo6229 ARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in ARMTargetCodeGenInfo()6230 : TargetCodeGenInfo(std::make_unique<ARMABIInfo>(CGT, K)) {} in ARMTargetCodeGenInfo()6232 const ARMABIInfo &getABIInfo() const { in getABIInfo()6233 return static_cast<const ARMABIInfo&>(TargetCodeGenInfo::getABIInfo()); in getABIInfo()6284 ARMABIInfo::ABIKind ABI = cast<ARMABIInfo>(getABIInfo()).getABIKind(); in setTargetAttributes()6285 if (ABI == ARMABIInfo::APCS) in setTargetAttributes()6299 WindowsARMTargetCodeGenInfo(CodeGenTypes &CGT, ARMABIInfo::ABIKind K) in WindowsARMTargetCodeGenInfo()6325 void ARMABIInfo::computeInfo(CGFunctionInfo &FI) const { in computeInfo()[all …]