Home
last modified time | relevance | path

Searched refs:RunJIT (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp33 RunJIT, enumerator
51 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
158 InterpreterSel = RunJIT; in initializeExecutionEnvironment()
187 case RunJIT: in initializeExecutionEnvironment()
457 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; } in isExecutingJIT()