1 write to parsedAotMode
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
374if (!Enum.TryParse(Mode, true, out parsedAotMode))
13 references to parsedAotMode
MonoAOTCompiler (13)
MonoAOTCompiler.cs (13)
403if (parsedAotMode == MonoAotMode.LLVMOnly && !UseLLVM) 600if (parsedAotMode == MonoAotMode.LLVMOnly) 771if (parsedAotMode == MonoAotMode.LLVMOnly || parsedAotMode == MonoAotMode.LLVMOnlyInterp) 780if (parsedAotMode == MonoAotMode.LLVMOnlyInterp) 797if (parsedAotMode == MonoAotMode.Full || parsedAotMode == MonoAotMode.FullInterp) 802if (parsedAotMode == MonoAotMode.Hybrid) 807if (parsedAotMode == MonoAotMode.FullInterp || parsedAotMode == MonoAotMode.JustInterp) 855throw new Exception($"Bug: Unhandled MonoAotOutputType: {parsedAotMode}"); 1130if (parsedAotMode == MonoAotMode.LLVMOnly) 1135if (parsedAotMode == MonoAotMode.LLVMOnlyInterp)