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.h64 StringRef BranchProtection; member
68 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
H A DDiagnosticCommonKinds.td170 InGroup<BranchProtection>;
174 InGroup<BranchProtection>;
H A DDiagnosticDriverKinds.td515 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
H A DDiagnosticGroups.td1709 def BranchProtection : DiagGroup<"branch-protection">;
H A DDiagnosticSemaKinds.td3363 "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()
152 Attr.BranchProtection, Arch, BPI, CGM.getLangOpts(), DiagMsg)) { in setTargetAttributes()
H A DAArch64.cpp150 if (!Attr.BranchProtection.empty()) { in setTargetAttributes()
153 Attr.BranchProtection, Attr.CPU, BPI, CGM.getLangOpts(), Error); in setTargetAttributes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp598 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.cpp1283 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3324 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr()
3327 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, in checkTargetAttr()