LLVM
8.0.1
|
#include "llvm-c/ExecutionEngine.h"
Public Attributes | |
unsigned | OptLevel |
LLVMCodeModel | CodeModel |
LLVMBool | NoFramePointerElim |
LLVMBool | EnableFastISel |
LLVMMCJITMemoryManagerRef | MCJMM |
Definition at line 44 of file ExecutionEngine.h.
LLVMCodeModel LLVMMCJITCompilerOptions::CodeModel |
Definition at line 46 of file ExecutionEngine.h.
Referenced by LLVMCreateMCJITCompilerForModule(), and LLVMInitializeMCJITCompilerOptions().
LLVMBool LLVMMCJITCompilerOptions::EnableFastISel |
Definition at line 48 of file ExecutionEngine.h.
Referenced by LLVMCreateMCJITCompilerForModule().
LLVMMCJITMemoryManagerRef LLVMMCJITCompilerOptions::MCJMM |
Definition at line 49 of file ExecutionEngine.h.
Referenced by LLVMCreateMCJITCompilerForModule().
LLVMBool LLVMMCJITCompilerOptions::NoFramePointerElim |
Definition at line 47 of file ExecutionEngine.h.
Referenced by LLVMCreateMCJITCompilerForModule().
unsigned LLVMMCJITCompilerOptions::OptLevel |
Definition at line 45 of file ExecutionEngine.h.
Referenced by LLVMCreateMCJITCompilerForModule().