HomeSort by: relevance | last modified time | path
    Searched refs:BranchProtection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h 356 StringRef BranchProtection;
364 BranchProtection == Other.BranchProtection &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 5503 if (Attr.BranchProtection.empty())
5508 (void)CGM.getTarget().validateBranchProtection(Attr.BranchProtection,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 3152 if (!ParsedAttrs.BranchProtection.empty() &&
3154 ParsedAttrs.BranchProtection, BPI, Error)) {

Completed in 31 milliseconds