Lines Matching refs:JIT
12 // compiler, or through an interpreter if no JIT is available for this platform.
80 cl::desc("Force interpretation: disable JIT"),
83 cl::opt<JITKind> UseJITKind("jit-kind",
84 cl::desc("Choose underlying JIT kind."),
94 "Orc-based lazy JIT."),
98 // the JIT compilation process. Use a forked process and a copying
187 cl::desc("Disable JIT lazy compilation"),
210 "Target default JIT code model"),
245 EmitJitDebugInfo("jit-emit-debug",
251 EmitJitDebugInfoToDisk("jit-emit-debug-to-disk",
397 // usable by the JIT.
446 : EngineKind::JIT);