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

  /external/llvm/lib/Support/
TargetRegistry.cpp 67 bool HasJIT) {
83 T.HasJIT = HasJIT;
89 if (TheTarget && !TheTarget->hasJIT()) {
  /external/llvm/lib/Target/
TargetMachineC.cpp 50 return unwrap(T)->hasJIT();
  /external/llvm/include/llvm/Support/
TargetRegistry.h 147 /// HasJIT - Whether this target supports the JIT.
148 bool HasJIT;
233 /// hasJIT - Check if this targets supports the just-in-time compilation.
234 bool hasJIT() const { return HasJIT; }
537 /// @param HasJIT - Whether the target supports JIT code
543 bool HasJIT = false);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 475 if (!TM->getTarget().hasJIT()) {
    [all...]

Completed in 209 milliseconds