Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h358 StringRef BranchProtection; member
366 BranchProtection == Other.BranchProtection &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3237 if (!ParsedAttrs.BranchProtection.empty() && in checkTargetAttr()
3239 ParsedAttrs.BranchProtection, BPI, Error)) { in checkTargetAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp5506 if (Attr.BranchProtection.empty()) in setTargetAttributes()
5511 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2637 Ret.BranchProtection = Feature.split('=').second.trim();