Class LLVMMCJITCompilerOptions

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class LLVMMCJITCompilerOptions extends Struct<LLVMMCJITCompilerOptions> implements NativeResource

 struct LLVMMCJITCompilerOptions {
     unsigned int OptLevel;
     LLVMCodeModel CodeModel;
     LLVMBool NoFramePointerElim;
     LLVMBool EnableFastISel;
     LLVMMCJITMemoryManagerRef MCJMM;
 }