Searched refs:isCompilingLazily (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h383 bool isCompilingLazily() const { function in class:llvm::ExecutionEngine
386 // Deprecated in favor of isCompilingLazily (to reduce double-negatives).
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp535 void *Actual = TheJIT->isCompilingLazily()
565 if (TheJIT->isCompilingLazily()) {
663 if (!JR->TheJIT->isCompilingLazily()) {

Completed in 34 milliseconds