Home
last modified time | relevance | path

Searched refs:LLVMCreateJITCompilerForModule (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm-c/
DExecutionEngine.h84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp141 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, in LLVMCreateJITCompilerForModule() function
234 return LLVMCreateJITCompilerForModule(OutJIT, in LLVMCreateJITCompiler()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c198 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error)) in llvm_ee_create_jit()