Searched refs:NoCrypto (Results 1 – 2 of 2) sorted by relevance
349 bool NoCrypto = false; in getAArch64TargetFeatures() local352 NoCrypto = true; in getAArch64TargetFeatures()356 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()390 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()
5943 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK() local5946 if (!NoCrypto && Crypto) { in ExpandCryptoAEK()5968 } else if (NoCrypto) { in ExpandCryptoAEK()