Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DTargetRegistry.cpp99 bool HasJIT) { in RegisterTarget() argument
115 T.HasJIT = HasJIT; in RegisterTarget()
/external/llvm/include/llvm/Support/
DTargetRegistry.h178 bool HasJIT; variable
281 bool hasJIT() const { return HasJIT; } in hasJIT()
638 bool HasJIT = false);
882 bool HasJIT = false>
885 TargetRegistry::RegisterTarget(T, Name, Desc, &getArchMatch, HasJIT); in RegisterTarget()
/external/llvm/docs/
DWritingAnLLVMBackend.rst296 RegisterTarget<Triple::sparc, /*HasJIT=*/false>