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 301 TheJIT->DisableLazyCompilation(true);
310 TheJIT->DisableLazyCompilation(true);
366 TheJIT->DisableLazyCompilation(true);
405 TheJIT->DisableLazyCompilation(false);
478 TheJIT->DisableLazyCompilation(true);
522 TheJIT->DisableLazyCompilation(true);
547 TheJIT->DisableLazyCompilation(true);
564 TheJIT->DisableLazyCompilation(true);
584 TheJIT->DisableLazyCompilation(false);
668 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 386 /// DisableLazyCompilation - When lazy compilation is off (the default), the
399 void DisableLazyCompilation(bool Disabled = true) {
  /external/llvm/tools/lli/
lli.cpp 421 EE->DisableLazyCompilation(NoLazyCompilation);

Completed in 118 milliseconds