HomeSort by relevance Sort by last modified time
    Searched refs:UseMCJIT (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 33 if (UseMCJIT && WhichEngine != EngineKind::Interpreter && M)
92 if (UseMCJIT &&
ExecutionEngine.cpp 474 if (MCJMM && ! UseMCJIT) {
492 if (UseMCJIT && ExecutionEngine::MCJITCtor) {
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 512 bool UseMCJIT;
525 UseMCJIT = false;
631 UseMCJIT = Value;
  /external/llvm/tools/lli/
lli.cpp 71 cl::opt<bool> UseMCJIT(
330 if (!UseMCJIT) {
357 if (UseMCJIT && !ForceInterpreter) {
463 if (UseMCJIT && !ForceInterpreter) {
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 54 cl::opt<bool> UseMCJIT(
    [all...]

Completed in 98 milliseconds