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 499 bool isCompilingLazily() const {
502 // Deprecated in favor of isCompilingLazily (to reduce double-negatives).
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 514 void *Actual = TheJIT->isCompilingLazily()
544 if (TheJIT->isCompilingLazily()) {
642 if (!JR->TheJIT->isCompilingLazily()) {
    [all...]

Completed in 72 milliseconds