Home | History | Annotate | Download | only in Support

Lines Matching refs:HasJIT

139     /// HasJIT - Whether this target supports the JIT.
140 bool HasJIT;
225 /// hasJIT - Check if this targets supports the just-in-time compilation.
226 bool hasJIT() const { return HasJIT; }
523 /// @param HasJIT - Whether the target supports JIT code
529 bool HasJIT = false);
780 bool HasJIT = false>
785 HasJIT);