Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h59 StringRef BranchProtection; member
63 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
H A DDiagnosticCommonKinds.td168 InGroup<BranchProtection>;
172 InGroup<BranchProtection>;
H A DDiagnosticDriverKinds.td473 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
H A DDiagnosticGroups.td1479 def BranchProtection : DiagGroup<"branch-protection">;
H A DDiagnosticSemaKinds.td3194 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp143 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()
148 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
H A DAArch64.cpp117 if (Attr.BranchProtection.empty()) in setTargetAttributes()
122 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp558 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1102 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3488 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()
3491 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, DiagMsg)) { in checkTargetAttr()