OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMCreateInterpreterForModule
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
ExecutionEngine.h
80
LLVMBool
LLVMCreateInterpreterForModule
(LLVMExecutionEngineRef *OutInterp,
119
/** Deprecated: Use
LLVMCreateInterpreterForModule
instead. */
/external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
126
LLVMBool
LLVMCreateInterpreterForModule
(LLVMExecutionEngineRef *OutInterp,
224
return
LLVMCreateInterpreterForModule
(OutInterp,
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
188
if (
LLVMCreateInterpreterForModule
(&Interp, M, &Error))
Completed in 52 milliseconds