Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.cpp1471 SmallVector<StringRef, 4> BranchProtection; in ParseAArch64BranchProtection() local
1472 StringRef(A->getValue()).split(BranchProtection, '+'); in ParseAArch64BranchProtection()
1474 auto Protection = BranchProtection.begin(); in ParseAArch64BranchProtection()
1475 while (Protection != BranchProtection.end()) { in ParseAArch64BranchProtection()
1480 while (++Protection != BranchProtection.end()) { in ParseAArch64BranchProtection()