Searched defs:MCJITCompilerOptions (Results 1 – 1 of 1) sorted by relevance
35 type MCJITCompilerOptions struct { struct36 C C.struct_LLVMMCJITCompilerOptions39 func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {43 func (options *MCJITCompilerOptions) SetMCJITNoFramePointerElim(nfp bool) {47 func (options *MCJITCompilerOptions) SetMCJITEnableFastISel(fastisel bool) {51 func (options *MCJITCompilerOptions) SetMCJITCodeModel(CodeModel CodeModel) {120 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {