Struct llvm_sys::execution_engine::LLVMMCJITCompilerOptions [] [src]

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

Derived Implementations

impl Copy for LLVMMCJITCompilerOptions
[src]

impl Clone for LLVMMCJITCompilerOptions
[src]

fn clone(&self) -> LLVMMCJITCompilerOptions

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more