Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching full:interpreter

408                      ? EngineKind::Interpreter
418 /// machine, it does not fall back to the interpreter. This takes ownership
463 // the interpreter.
469 *ErrorStr = "Cannot create an interpreter
482 // Unless the interpreter was explicitly selected or the JIT is not linked,
506 // an interpreter instead.
507 if (WhichEngine & EngineKind::Interpreter) {
511 *ErrorStr = "Interpreter has not been linked in.";
532 // Global variable might have been added since interpreter started.