Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:EngineKind

409                      ? EngineKind::Interpreter
410 : EngineKind::JIT)
457 if (WhichEngine & EngineKind::JIT)
458 WhichEngine = EngineKind::JIT;
468 if (WhichEngine & EngineKind::JIT) {
489 if (WhichEngine & EngineKind::Interpreter) {
497 if ((WhichEngine & EngineKind::JIT) && ExecutionEngine::JITCtor == 0) {