Home
last modified time | relevance | path

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

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