Searched refs:OutInterp (Results 1 – 2 of 2) sorted by relevance
80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,120 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp,
126 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() argument134 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()220 LLVMBool LLVMCreateInterpreter(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreter() argument224 return LLVMCreateInterpreterForModule(OutInterp, in LLVMCreateInterpreter()