Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h492 bool UseMCJIT; variable
504 UseMCJIT = false; in InitEngine()
593 UseMCJIT = Value; in setUseMCJIT()
/external/llvm/tools/lli/
Dlli.cpp77 cl::opt<bool> UseMCJIT( variable
517 if (UseMCJIT && !ForceInterpreter) { in main()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp481 if (UseMCJIT && ExecutionEngine::MCJITCtor) { in create()