Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp173 bool HasJIT) { in RegisterTarget() argument
190 T.HasJIT = HasJIT; in RegisterTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h259 bool HasJIT; variable
377 bool hasJIT() const { return HasJIT; } in hasJIT()
761 bool HasJIT = false);
1052 bool HasJIT = false>
1057 HasJIT); in RegisterTarget()