6 references to UseLLVM
MonoAOTCompiler (6)
MonoAOTCompiler.cs (6)
361if (UseLLVM) 365throw new LogAsErrorException($"'{nameof(LLVMPath)}' is required when '{nameof(UseLLVM)}' is true."); 403if (parsedAotMode == MonoAotMode.LLVMOnly && !UseLLVM) 405throw new LogAsErrorException($"'{nameof(UseLLVM)}' must be true when '{nameof(Mode)}' is {nameof(MonoAotMode.LLVMOnly)}."); 684if (UseLLVM) 858if (UseLLVM)