Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h356 StringRef BranchProtection; member
364 BranchProtection == Other.BranchProtection &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3152 if (!ParsedAttrs.BranchProtection.empty() && in checkTargetAttr()
3154 ParsedAttrs.BranchProtection, BPI, Error)) { in checkTargetAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp5503 if (Attr.BranchProtection.empty()) in setTargetAttributes()
5508 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td2614 Ret.BranchProtection = Feature.split('=').second.trim();