Searched refs:HasSHA2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp273 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd); local
279 if (HasSHA2)
289 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "+sha2") != ItEnd); local
295 if (!HasSHA2)
302 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd); local
304 if (HasSHA2)
309 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "+sha2") != ItEnd); local
314 if (!HasSHA2)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h106 bool HasSHA2 = false; member in class:llvm::final
321 bool hasSHA2() const { return HasSHA2; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h331 /// HasSHA2 - if true, processor supports SHA1 and SHA256
332 bool HasSHA2 = false; member in class:llvm::ARMSubtarget
613 bool hasSHA2() const { return HasSHA2; }

Completed in 113 milliseconds