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

  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 383 bool isCompilingLazily() const {
386 // Deprecated in favor of isCompilingLazily (to reduce double-negatives).
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 530 void *Actual = TheJIT->isCompilingLazily()
560 if (TheJIT->isCompilingLazily()) {
658 if (!JR->TheJIT->isCompilingLazily()) {
    [all...]

Completed in 305 milliseconds