Lines Matching defs:AArch64TargetCodeGenInfo
100 class AArch64TargetCodeGenInfo : public TargetCodeGenInfo {
102 AArch64TargetCodeGenInfo(CodeGenTypes &CGT, AArch64ABIKind Kind)
176 class WindowsAArch64TargetCodeGenInfo : public AArch64TargetCodeGenInfo {
179 : AArch64TargetCodeGenInfo(CGT, K) {}
197 AArch64TargetCodeGenInfo::setTargetAttributes(D, GV, CGM);
857 void AArch64TargetCodeGenInfo::checkFunctionABI(
873 void AArch64TargetCodeGenInfo::checkFunctionCallABIStreaming(
902 void AArch64TargetCodeGenInfo::checkFunctionCallABISoftFloat(
920 void AArch64TargetCodeGenInfo::checkFunctionCallABI(CodeGenModule &CGM,
963 return std::make_unique<AArch64TargetCodeGenInfo>(CGM.getTypes(), Kind);