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 81 EE1->DisableLazyCompilation(true);
83 EE2->DisableLazyCompilation(true);
111 EE1->DisableLazyCompilation(false);
113 EE2->DisableLazyCompilation(false);
JITTest.cpp 312 TheJIT->DisableLazyCompilation(true);
321 TheJIT->DisableLazyCompilation(true);
377 TheJIT->DisableLazyCompilation(true);
416 TheJIT->DisableLazyCompilation(false);
509 TheJIT->DisableLazyCompilation(true);
553 TheJIT->DisableLazyCompilation(true);
586 TheJIT->DisableLazyCompilation(true);
612 TheJIT->DisableLazyCompilation(true);
632 TheJIT->DisableLazyCompilation(false);
716 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/llvm/tools/lli/
lli.cpp 220 EE->DisableLazyCompilation(NoLazyCompilation);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 349 /// DisableLazyCompilation - When lazy compilation is off (the default), the
362 void DisableLazyCompilation(bool Disabled = true) {

Completed in 36 milliseconds