Searched refs:BranchProtection (Results 1 – 8 of 8) sorted by relevance
355 StringRef BranchProtection; member363 BranchProtection == Other.BranchProtection &&
152 InGroup<BranchProtection>;156 InGroup<BranchProtection>;
424 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
1378 def BranchProtection : DiagGroup<"branch-protection">;
2732 Ret.BranchProtection = Feature.split('=').second.trim();
3041 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
5599 if (Attr.BranchProtection.empty()) in setTargetAttributes()5605 Attr.BranchProtection, Attr.Architecture, BPI, Error); in setTargetAttributes()6427 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()6433 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
3434 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()3437 ParsedAttrs.BranchProtection, ParsedAttrs.Architecture, BPI, in checkTargetAttr()