Home
last modified time | relevance | path

Searched refs:HasJIT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTargetRegistry.cpp92 bool HasJIT) { in RegisterTarget() argument
109 T.HasJIT = HasJIT; in RegisterTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h228 bool HasJIT; variable
331 bool hasJIT() const { return HasJIT; } in hasJIT()
732 bool HasJIT = false);
980 bool HasJIT = false>
985 HasJIT); in RegisterTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst294 RegisterTarget<Triple::sparc, /*HasJIT=*/false>