Searched refs:isBranchProtectionSupportedArch (Results 1 – 4 of 4) sorted by relevance
140 bool isBranchProtectionSupportedArch(StringRef Arch) const override;
385 bool ARMTargetInfo::isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function in ARMTargetInfo410 if (!isBranchProtectionSupportedArch(Arch)) in validateBranchProtection()
170 if (!CGM.getTarget().isBranchProtectionSupportedArch(Attr.CPU)) in setTargetAttributes()
1381 virtual bool isBranchProtectionSupportedArch(StringRef Arch) const { in isBranchProtectionSupportedArch() function