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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp316 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd); local
322 if (HasSHA2)
332 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "+sha2") != ItEnd); local
338 if (!HasSHA2)
345 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd); local
347 if (HasSHA2)
352 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "+sha2") != ItEnd); local
357 if (!HasSHA2)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h117 bool HasSHA2 = false; member in class:llvm::final
344 bool hasSHA2() const { return HasSHA2; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h344 /// HasSHA2 - if true, processor supports SHA1 and SHA256
345 bool HasSHA2 = false; member in class:llvm::ARMSubtarget
629 bool hasSHA2() const { return HasSHA2; }

Completed in 116 milliseconds