Searched refs:LLVMCreateMCJITCompilerForModule (Results 1 – 4 of 4) sorted by relevance
57 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, sizeof(Options), in llvm_ee_create()
107 LLVMBool LLVMCreateMCJITCompilerForModule(
121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
160 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule() function