Lines Matching refs:OutError
105 char **OutError) { in LLVMCreateExecutionEngineForModule() argument
114 *OutError = strdup(Error.c_str()); in LLVMCreateExecutionEngineForModule()
120 char **OutError) { in LLVMCreateInterpreterForModule() argument
129 *OutError = strdup(Error.c_str()); in LLVMCreateInterpreterForModule()
136 char **OutError) { in LLVMCreateJITCompilerForModule() argument
146 *OutError = strdup(Error.c_str()); in LLVMCreateJITCompilerForModule()
163 char **OutError) { in LLVMCreateMCJITCompilerForModule() argument
168 *OutError = strdup( in LLVMCreateMCJITCompilerForModule()
211 *OutError = strdup(Error.c_str()); in LLVMCreateMCJITCompilerForModule()
261 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument
311 char **OutError) { in LLVMExecutionEngineGetErrMsg() argument
312 assert(OutError && "OutError must be non-null"); in LLVMExecutionEngineGetErrMsg()
315 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()