Searched refs:hasJIT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/
H A DTargetMachineC.cpp95 return unwrap(T)->hasJIT();
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h263 /// hasJIT - Check if this targets supports the just-in-time compilation.
264 bool hasJIT() const { return HasJIT; } function in class:llvm::Target
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp516 if (!TM->getTarget().hasJIT()) {

Completed in 1659 milliseconds