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

/external/llvm/include/llvm-c/
H A DExecutionEngine.h79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DExecutionEngine.h62 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
76 /** Deprecated: Use LLVMCreateInterpreterForModule instead. */
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp105 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, function
150 return LLVMCreateInterpreterForModule(OutInterp,
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c185 if (LLVMCreateInterpreterForModule(&Interp, M, &Error))
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, function

Completed in 142 milliseconds