Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp124 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() function
222 return LLVMCreateInterpreterForModule(OutInterp, in LLVMCreateInterpreter()
/external/llvm/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c188 if (LLVMCreateInterpreterForModule(&Interp, M, &Error)) in llvm_ee_create_interpreter()