Searched refs:LLVMCreateMCJITCompilerForModule (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 56 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, in llvm_ee_create()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/ |
H A D | ExecutionEngine.h | 108 LLVMBool LLVMCreateMCJITCompilerForModule(
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | executionengine.go | 121 …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 D | MCJITCAPITest.cpp | 279 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options, in buildMCJITEngine()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 158 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule() function
|