Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h61 StringRef BranchProtection; member
65 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
H A DDiagnosticCommonKinds.td173 InGroup<BranchProtection>;
177 InGroup<BranchProtection>;
H A DDiagnosticDriverKinds.td494 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
H A DDiagnosticGroups.td1535 def BranchProtection : DiagGroup<"branch-protection">;
H A DDiagnosticSemaKinds.td3255 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp146 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()
151 if (!CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
H A DAArch64.cpp128 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()
130 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp569 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1169 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2996 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()
2999 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, DiagMsg)) { in checkTargetAttr()