Home
last modified time | relevance | path

Searched refs:LLVMCreateMCJITCompilerForModule (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c56 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, in llvm_ee_create()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DExecutionEngine.h108 LLVMBool LLVMCreateMCJITCompilerForModule(
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp279 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options, in buildMCJITEngine()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp158 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule() function