Home
last modified time | relevance | path

Searched defs:MCJITCompilerOptions (Results 1 – 1 of 1) sorted by relevance

/external/llvm/bindings/go/llvm/
Dexecutionengine.go35 type MCJITCompilerOptions struct { struct
36 C C.struct_LLVMMCJITCompilerOptions
39 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) {