Searched refs:HasJIT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DTargetRegistry.cpp108 bool HasJIT) {
124 T.HasJIT = HasJIT;
104 RegisterTarget(Target &T, const char *Name, const char *ShortDesc, Target::TripleMatchQualityFnTy TQualityFn, bool HasJIT) argument
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h148 /// HasJIT - Whether this target supports the JIT.
149 bool HasJIT; member in class:llvm::Target
235 bool hasJIT() const { return HasJIT; }
554 /// @param HasJIT - Whether the target supports JIT code
560 bool HasJIT = false);
811 bool HasJIT = false>
816 HasJIT);

Completed in 62 milliseconds