Struct llvm_sys::execution_engine::LLVMMCJITCompilerOptions [−][src]
#[repr(C)]pub struct LLVMMCJITCompilerOptions {
pub OptLevel: c_uint,
pub CodeModel: LLVMCodeModel,
pub NoFramePointerElim: LLVMBool,
pub EnableFastISel: LLVMBool,
pub MCJMM: LLVMMCJITMemoryManagerRef,
}
Fields
OptLevel: c_uint
CodeModel: LLVMCodeModel
NoFramePointerElim: LLVMBool
EnableFastISel: LLVMBool
MCJMM: LLVMMCJITMemoryManagerRef
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMMCJITCompilerOptions
impl !Send for LLVMMCJITCompilerOptions
impl !Sync for LLVMMCJITCompilerOptions
impl Unpin for LLVMMCJITCompilerOptions
impl UnwindSafe for LLVMMCJITCompilerOptions
Blanket Implementations
Mutably borrows from an owned value. Read more