Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c57 if (LLVMCreateMCJITCompilerForModule(&MCJIT, M, &Options, sizeof(Options), in llvm_ee_create()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h107 LLVMBool LLVMCreateMCJITCompilerForModule(
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dexecutionengine.go121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp284 0, LLVMCreateMCJITCompilerForModule(&Engine, Module, &Options, in buildMCJITEngine()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp160 LLVMBool LLVMCreateMCJITCompilerForModule( in LLVMCreateMCJITCompilerForModule() function