Searched refs:LLVMCreateInterpreterForModule (Results 1 – 3 of 3) sorted by relevance
105 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp, in LLVMCreateInterpreterForModule() function150 return LLVMCreateInterpreterForModule(OutInterp, in LLVMCreateInterpreter()
62 LLVMBool LLVMCreateInterpreterForModule(LLVMExecutionEngineRef *OutInterp,
185 if (LLVMCreateInterpreterForModule(&Interp, M, &Error)) in llvm_ee_create_interpreter()