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

/freebsd-11.0-release/contrib/llvm/lib/Target/
H A DTargetMachineC.cpp102 return unwrap(T)->hasJIT();
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h276 /// hasJIT - Check if this targets supports the just-in-time compilation.
277 bool hasJIT() const { return HasJIT; } function in class:llvm::Target
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp537 if (!TM->getTarget().hasJIT()) {

Completed in 61 milliseconds