Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTargetRegistry.cpp95 bool HasJIT) { in RegisterTarget() argument
111 T.HasJIT = HasJIT; in RegisterTarget()
/external/llvm/include/llvm/Support/
DTargetRegistry.h174 bool HasJIT; variable
277 bool hasJIT() const { return HasJIT; } in hasJIT()
634 bool HasJIT = false);
872 bool HasJIT = false>
875 TargetRegistry::RegisterTarget(T, Name, Desc, &getArchMatch, HasJIT); in RegisterTarget()
/external/llvm/docs/
DWritingAnLLVMBackend.rst296 RegisterTarget<Triple::sparc, /*HasJIT=*/false>