Searched refs:LLVMCreateInterpreterForModule (Results 1 – 3 of 3) sorted by relevance
80 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
124 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() function222 return LLVMCreateInterpreterForModule(OutInterp, in LLVMCreateInterpreter()
188 if (LLVMCreateInterpreterForModule(&Interp, M, &Error)) in llvm_ee_create_interpreter()