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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h76 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE,
114 /** Deprecated: Use LLVMCreateExecutionEngineForModule instead. */
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp109 LLVMBool LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef *OutEE, function
213 return LLVMCreateExecutionEngineForModule(OutEE,
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c178 if (LLVMCreateExecutionEngineForModule(&Interp, M, &Error))

Completed in 333 milliseconds