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 95 bool HasJIT) {
111 T.HasJIT = HasJIT;
  /external/llvm/include/llvm/Support/
TargetRegistry.h 173 /// HasJIT - Whether this target supports the JIT.
174 bool HasJIT;
276 /// hasJIT - Check if this targets supports the just-in-time compilation.
277 bool hasJIT() const { return HasJIT; }
630 /// @param HasJIT - Whether the target supports JIT code
634 bool HasJIT = false);
    [all...]

Completed in 131 milliseconds