Searched refs:isBranchProtectionSupportedArch (Results 1 – 4 of 4) sorted by relevance
155 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
386 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo411 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
164 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()170 } else if (CGM.getTarget().isBranchProtectionSupportedArch( in setTargetAttributes()
1457 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function