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

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 85 EE1->DisableLazyCompilation(true);
87 EE2->DisableLazyCompilation(true);
115 EE1->DisableLazyCompilation(false);
117 EE2->DisableLazyCompilation(false);
JITTest.cpp 306 TheJIT->DisableLazyCompilation(true);
315 TheJIT->DisableLazyCompilation(true);
371 TheJIT->DisableLazyCompilation(true);
410 TheJIT->DisableLazyCompilation(false);
483 TheJIT->DisableLazyCompilation(true);
527 TheJIT->DisableLazyCompilation(true);
552 TheJIT->DisableLazyCompilation(true);
569 TheJIT->DisableLazyCompilation(true);
589 TheJIT->DisableLazyCompilation(false);
675 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 483 /// DisableLazyCompilation - When lazy compilation is off (the default), the
496 void DisableLazyCompilation(bool Disabled = true) {
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 337 m_execution_engine_ap->DisableLazyCompilation();
  /external/llvm/tools/lli/
lli.cpp 573 EE->DisableLazyCompilation(NoLazyCompilation);

Completed in 317 milliseconds