|
LLVM 22.0.0git
|
Enumerations | |
| enum | Kind { JIT = 0x1 , Interpreter = 0x2 } |
Variables | |
| static const Kind | Either = (Kind)(JIT | Interpreter) |
| Enumerator | |
|---|---|
| JIT | |
| Interpreter | |
Definition at line 524 of file ExecutionEngine.h.
|
static |
Definition at line 528 of file ExecutionEngine.h.
Referenced by LLVMCreateExecutionEngineForModule().