Home
last modified time | relevance | path

Searched refs:BranchProtection (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h355 StringRef BranchProtection; member
363 BranchProtection == Other.BranchProtection &&
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td152 InGroup<BranchProtection>;
156 InGroup<BranchProtection>;
H A DDiagnosticDriverKinds.td424 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
H A DDiagnosticGroups.td1378 def BranchProtection : DiagGroup<"branch-protection">;
H A DAttr.td2732 Ret.BranchProtection = Feature.split('=').second.trim();
H A DDiagnosticSemaKinds.td3041 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp5599 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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3434 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()
3437 ParsedAttrs.BranchProtection, ParsedAttrs.Architecture, BPI, in checkTargetAttr()