Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2143 uint32_t Sha2 = CAP_SHA1 | CAP_SHA2; in getHostCPUFeatures() local
2145 Features["sha2"] = (crypto & Sha2) == Sha2; in getHostCPUFeatures()