OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasJIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachineC.cpp
91
return unwrap(T)->
hasJIT
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h
227
///
HasJIT
- Whether this target supports the JIT.
228
bool
HasJIT
;
330
///
hasJIT
- Check if this targets supports the just-in-time compilation.
331
bool
hasJIT
() const { return
HasJIT
; }
727
/// @param
HasJIT
- Whether the target supports JIT code
732
bool
HasJIT
= false);
980
bool
HasJIT
= false>
985
HasJIT
);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
530
if (!TM->getTarget().
hasJIT
()) {
Completed in 50 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026