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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTargetRegistry.cpp92 bool HasJIT) {
109 T.HasJIT = HasJIT;
88 RegisterTarget(Target &T, const char *Name, const char *ShortDesc, const char *BackendName, Target::ArchMatchFnTy ArchMatchFn, bool HasJIT) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h217 /// HasJIT - Whether this target supports the JIT.
218 bool HasJIT; member in class:llvm::Target
317 bool hasJIT() const { return HasJIT; }
689 /// @param HasJIT - Whether the target supports JIT code
694 bool HasJIT = false);
925 bool HasJIT = false>
930 HasJIT);

Completed in 98 milliseconds