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 108 bool HasJIT) {
124 T.HasJIT = HasJIT;
130 if (TheTarget && !TheTarget->hasJIT()) {
  /external/llvm/include/llvm/Support/
TargetRegistry.h 146 /// HasJIT - Whether this target supports the JIT.
147 bool HasJIT;
228 /// hasJIT - Check if this targets supports the just-in-time compilation.
229 bool hasJIT() const { return HasJIT; }
535 /// @param HasJIT - Whether the target supports JIT code
541 bool HasJIT = false);
778 bool HasJIT = false>
    [all...]

Completed in 91 milliseconds