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 314 TheJIT->DisableLazyCompilation(true);
323 TheJIT->DisableLazyCompilation(true);
379 TheJIT->DisableLazyCompilation(true);
418 TheJIT->DisableLazyCompilation(false);
512 TheJIT->DisableLazyCompilation(true);
556 TheJIT->DisableLazyCompilation(true);
589 TheJIT->DisableLazyCompilation(true);
617 TheJIT->DisableLazyCompilation(true);
637 TheJIT->DisableLazyCompilation(false);
721 TheJIT->DisableLazyCompilation(true)
    [all...]
  /external/llvm/tools/lli/
lli.cpp 238 EE->DisableLazyCompilation(NoLazyCompilation);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 346 /// DisableLazyCompilation - When lazy compilation is off (the default), the
359 void DisableLazyCompilation(bool Disabled = true) {

Completed in 179 milliseconds