OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseMCJIT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/lli/
lli.cpp
59
cl::opt<bool>
UseMCJIT
(
193
if (
UseMCJIT
)
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
473
bool
UseMCJIT
;
484
UseMCJIT
= false;
565
UseMCJIT
= Value;
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
473
if (
UseMCJIT
&& ExecutionEngine::MCJITCtor) {
[
all
...]
Completed in 723 milliseconds