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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h84 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT,
124 /** Deprecated: Use LLVMCreateJITCompilerForModule instead. */
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp139 LLVMBool LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef *OutJIT, function
232 return LLVMCreateJITCompilerForModule(OutJIT,
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c198 if (LLVMCreateJITCompilerForModule(&JIT, M, Int_val(OptLevel), &Error))

Completed in 145 milliseconds