LLVM API Documentation
Enumerations | |
| enum | Kind { JIT = 0x1, Interpreter = 0x2 } |
Variables | |
| static const Kind | Either = (Kind)(JIT | Interpreter) |
Definition at line 487 of file ExecutionEngine/ExecutionEngine.h.
const Kind llvm::EngineKind::Either = (Kind)(JIT | Interpreter) [static] |
Definition at line 491 of file ExecutionEngine/ExecutionEngine.h.
Referenced by LLVMCreateExecutionEngineForModule().