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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp91 return unwrap(T)->hasJIT();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h316 /// hasJIT - Check if this targets supports the just-in-time compilation.
317 bool hasJIT() const { return HasJIT; } function in class:llvm::Target
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp534 if (!TM->getTarget().hasJIT()) {

Completed in 112 milliseconds