Searched refs:isBranchProtectionSupportedArch (Results 1 – 4 of 4) sorted by relevance
129 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
374 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo399 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
1322 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function
6455 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.Architecture)) in setTargetAttributes()