Searched refs:LLVMCreateMCJITCompilerForModule (Results 1 – 5 of 5) sorted by relevance
/external/llvm/bindings/ocaml/executionengine/ |
D | executionengine_ocaml.c | 56 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, in llvm_ee_create()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 108 LLVMBool LLVMCreateMCJITCompilerForModule(
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 122 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 159 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule() function
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 281 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options, in buildMCJITEngine()
|