Searched refs:BranchProtection (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 64 StringRef BranchProtection; member 68 Tune == Other.Tune && BranchProtection == Other.BranchProtection &&
|
| H A D | DiagnosticCommonKinds.td | 170 InGroup<BranchProtection>; 174 InGroup<BranchProtection>;
|
| H A D | DiagnosticDriverKinds.td | 515 "invalid branch protection option '%0' in '%1'">, InGroup<BranchProtection>;
|
| H A D | DiagnosticGroups.td | 1709 def BranchProtection : DiagGroup<"branch-protection">;
|
| H A D | DiagnosticSemaKinds.td | 3363 "unsupported branch protection specification '%0'">, InGroup<BranchProtection>;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | ARM.cpp | 146 if (!Attr.BranchProtection.empty()) { in setTargetAttributes() 152 Attr.BranchProtection, Arch, BPI, CGM.getLangOpts(), DiagMsg)) { in setTargetAttributes()
|
| H A D | AArch64.cpp | 150 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 D | TargetInfo.cpp | 598 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 1283 Ret.BranchProtection = Feature.split('=').second.trim(); in parseTargetAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3324 if (ParsedAttrs.BranchProtection.empty()) in checkTargetAttr() 3327 ParsedAttrs.BranchProtection, ParsedAttrs.CPU, BPI, in checkTargetAttr()
|