Searched refs:NoCrypto (Results 1 – 2 of 2) sorted by relevance
329 bool NoCrypto = false; in getAArch64TargetFeatures() local332 NoCrypto = true; in getAArch64TargetFeatures()336 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()370 if (HasCrypto && !NoCrypto) { in getAArch64TargetFeatures()
5359 const bool NoCrypto = llvm::is_contained(RequestedExtensions, "nocrypto"); in ExpandCryptoAEK() local5362 if (!NoCrypto && Crypto) { in ExpandCryptoAEK()5384 } else if (NoCrypto) { in ExpandCryptoAEK()