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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp95 bool HasJIT) {
111 T.HasJIT = HasJIT;
91 RegisterTarget(Target &T, const char *Name, const char *ShortDesc, Target::ArchMatchFnTy ArchMatchFn, bool HasJIT) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h173 /// HasJIT - Whether this target supports the JIT.
174 bool HasJIT; member in class:llvm::Target
277 bool hasJIT() const { return HasJIT; }
630 /// @param HasJIT - Whether the target supports JIT code
634 bool HasJIT = false);
872 bool HasJIT = false>
875 TargetRegistry::RegisterTarget(T, Name, Desc, &getArchMatch, HasJIT);

Completed in 100 milliseconds