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.cpp184 bool HasJIT) { in RegisterTarget() argument
201 T.HasJIT = HasJIT; in RegisterTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h252 bool HasJIT; variable
366 bool hasJIT() const { return HasJIT; } in hasJIT()
742 bool HasJIT = false);
1029 bool HasJIT = false>
1034 HasJIT); in RegisterTarget()