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 95 return unwrap(T)->hasJIT();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 167 /// HasJIT - Whether this target supports the JIT.
168 bool HasJIT;
263 /// hasJIT - Check if this targets supports the just-in-time compilation.
264 bool hasJIT() const { return HasJIT; }
584 /// @param HasJIT - Whether the target supports JIT code
590 bool HasJIT = false);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 516 if (!TM->getTarget().hasJIT()) {
    [all...]

Completed in 56 milliseconds