Searched refs:AArch64TargetCodeGenInfo (Results 1 – 1 of 1) sorted by relevance
100 class AArch64TargetCodeGenInfo : public TargetCodeGenInfo { class102 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind Kind) in AArch64TargetCodeGenInfo() function in __anona63ee2500111::AArch64TargetCodeGenInfo176 class WindowsAArch64TargetCodeGenInfo : public AArch64TargetCodeGenInfo {179 : AArch64TargetCodeGenInfo(CGT, K) {} in WindowsAArch64TargetCodeGenInfo()197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM); in setTargetAttributes()857 void AArch64TargetCodeGenInfo::checkFunctionABI( in checkFunctionABI()873 void AArch64TargetCodeGenInfo::checkFunctionCallABIStreaming( in checkFunctionCallABIStreaming()902 void AArch64TargetCodeGenInfo::checkFunctionCallABISoftFloat( in checkFunctionCallABISoftFloat()920 void AArch64TargetCodeGenInfo::checkFunctionCallABI(CodeGenModule &CGM, in checkFunctionCallABI()963 return std::make_unique<AArch64TargetCodeGenInfo>(CGM.getTypes(), Kind); in createAArch64TargetCodeGenInfo()