Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DTargetRegistry.cpp92 bool HasJIT) { in RegisterTarget() argument
109 T.HasJIT = HasJIT; in RegisterTarget()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DTargetRegistry.h275 bool HasJIT; variable
392 bool hasJIT() const { return HasJIT; } in hasJIT()
836 bool HasJIT = false);
1135 bool HasJIT = false>
1140 HasJIT); in RegisterTarget()
/openbsd/src/gnu/llvm/llvm/docs/
DWritingAnLLVMBackend.rst294 RegisterTarget<Triple::sparc, /*HasJIT=*/false>