Home
last modified time | relevance | path

Searched refs:OutInterp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngineBindings.cpp105 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() argument
113 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
146 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter() argument
150 return LLVMCreateInterpreterForModule(OutInterp, in LLVMCreateInterpreter()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DExecutionEngine.h62 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
77 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
/external/llvm/include/llvm-c/
DExecutionEngine.h79 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp118 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() argument
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()