HomeSort by relevance Sort by last modified time
    Searched refs:hasJIT (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/
TargetMachineC.cpp 102 return unwrap(T)->hasJIT();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 173 /// HasJIT - Whether this target supports the JIT.
174 bool HasJIT;
276 /// hasJIT - Check if this targets supports the just-in-time compilation.
277 bool hasJIT() const { return HasJIT; }
630 /// @param HasJIT - Whether the target supports JIT code
634 bool HasJIT = false);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 537 if (!TM->getTarget().hasJIT()) {
    [all...]

Completed in 219 milliseconds