Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DAttr.h341 StringRef BranchProtection; member
349 BranchProtection == Other.BranchProtection &&
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3111 if (!ParsedAttrs.BranchProtection.empty() && in checkTargetAttr()
3113 ParsedAttrs.BranchProtection, BPI, Error)) { in checkTargetAttr()
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp5502 if (Attr.BranchProtection.empty()) in setTargetAttributes()
5507 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection, in setTargetAttributes()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td2476 Ret.BranchProtection = Feature.split('=').second.trim();