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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
119 /** Deprecated: Use LLVMCreateInterpreterForModule instead. */
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp124 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, function
222 return LLVMCreateInterpreterForModule(OutInterp,
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c188 if (LLVMCreateInterpreterForModule(&Interp, M, &Error))

Completed in 116 milliseconds