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