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 67 bool HasJIT) {
83 T.HasJIT = HasJIT;
89 if (TheTarget && !TheTarget->hasJIT()) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 141 /// HasJIT - Whether this target supports the JIT.
142 bool HasJIT;
227 /// hasJIT - Check if this targets supports the just-in-time compilation.
228 bool hasJIT() const { return HasJIT; }
526 /// @param HasJIT - Whether the target supports JIT code
532 bool HasJIT = false);
783 bool HasJIT = false>
788 HasJIT);
    [all...]

Completed in 87 milliseconds