LLVM: llvm::EngineKind Namespace Reference (original) (raw)
llvm::EngineKind Namespace Reference
| Enumerations | |
|---|---|
| enum | Kind { JIT = 0x1 , Interpreter = 0x2 } |
| Variables | |
|---|---|
| static const Kind | Either = (Kind)(JIT | Interpreter) |
Enumeration Type Documentation
◆ Kind
| Enumerator |
|---|
| JIT |
| Interpreter |
Definition at line 524 of file ExecutionEngine.h.
Variable Documentation
◆ Either
| const Kind llvm::EngineKind::Either = (Kind)(JIT | Interpreter) | static |
|---|
Definition at line 528 of file ExecutionEngine.h.
Referenced by LLVMCreateExecutionEngineForModule().