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

  /external/llvm/lib/Support/
TargetRegistry.cpp 100 bool HasJIT) {
116 T.HasJIT = 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...]

Completed in 82 milliseconds