HomeSort by: relevance | last modified time | path
    Searched refs:HasJIT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
TargetRegistry.cpp 92 bool HasJIT) {
109 T.HasJIT = HasJIT;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h 227 /// HasJIT - Whether this target supports the JIT.
228 bool HasJIT;
330 /// hasJIT - Check if this targets supports the just-in-time compilation.
331 bool hasJIT() const { return HasJIT; }
727 /// @param HasJIT - Whether the target supports JIT code
732 bool HasJIT = false);
980 bool HasJIT = false>
985 HasJIT);

Completed in 22 milliseconds