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

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 84 EE1->DisableLazyCompilation(true);
86 EE2->DisableLazyCompilation(true);
114 EE1->DisableLazyCompilation(false);
116 EE2->DisableLazyCompilation(false);
JITTest.cpp 378 TheJIT->DisableLazyCompilation(true);
387 TheJIT->DisableLazyCompilation(true);
443 TheJIT->DisableLazyCompilation(true);
482 TheJIT->DisableLazyCompilation(false);
580 TheJIT->DisableLazyCompilation(true);
628 TheJIT->DisableLazyCompilation(true);
664 TheJIT->DisableLazyCompilation(true);
693 TheJIT->DisableLazyCompilation(true);
713 TheJIT->DisableLazyCompilation(false);
797 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 374 /// DisableLazyCompilation - When lazy compilation is off (the default), the
387 void DisableLazyCompilation(bool Disabled = true) {
  /external/llvm/tools/lli/
lli.cpp 410 EE->DisableLazyCompilation(NoLazyCompilation);

Completed in 1619 milliseconds