LLVM 22.0.0git
|
#include "llvm-c/ExecutionEngine.h"
Public Attributes | |
unsigned | OptLevel |
LLVMCodeModel | CodeModel |
LLVMBool | NoFramePointerElim |
LLVMBool | EnableFastISel |
LLVMMCJITMemoryManagerRef | MCJMM |
Definition at line 52 of file ExecutionEngine.h.
LLVMCodeModel LLVMMCJITCompilerOptions::CodeModel |
Definition at line 54 of file ExecutionEngine.h.
LLVMBool LLVMMCJITCompilerOptions::EnableFastISel |
Definition at line 56 of file ExecutionEngine.h.
LLVMMCJITMemoryManagerRef LLVMMCJITCompilerOptions::MCJMM |
Definition at line 57 of file ExecutionEngine.h.
LLVMBool LLVMMCJITCompilerOptions::NoFramePointerElim |
Definition at line 55 of file ExecutionEngine.h.
unsigned LLVMMCJITCompilerOptions::OptLevel |
Definition at line 53 of file ExecutionEngine.h.