Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h470 bool UseMCJIT; variable
481 UseMCJIT = false; in InitEngine()
563 UseMCJIT = Value; in setUseMCJIT()
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp59 cl::opt<bool> UseMCJIT( variable
211 if (UseMCJIT) in main()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp471 if (UseMCJIT && ExecutionEngine::MCJITCtor) { in create()