Lines Matching refs:JIT
12 // compiler, or through an interpreter if no JIT is available for this platform.
25 #include "llvm/ExecutionEngine/JIT.h"
68 cl::desc("Force interpretation: disable JIT"),
72 "use-mcjit", cl::desc("Enable use of the MC-based JIT (if available)"),
80 // the JIT compilation process. Use a forked process and a copying
132 cl::desc("Disable JIT lazy compilation"),
155 "Target default JIT code model"),
190 EmitJitDebugInfo("jit-emit-debug",
196 EmitJitDebugInfoToDisk("jit-emit-debug-to-disk",
299 // usable by the JIT.
332 << " information will be emitted by the non-MC JIT engine. To see full"
349 : EngineKind::JIT);