Lines Matching refs:OutError
106 char **OutError) { in LLVMCreateExecutionEngineForModule() argument
115 *OutError = strdup(Error.c_str()); in LLVMCreateExecutionEngineForModule()
121 char **OutError) { in LLVMCreateInterpreterForModule() argument
130 *OutError = strdup(Error.c_str()); in LLVMCreateInterpreterForModule()
137 char **OutError) { in LLVMCreateJITCompilerForModule() argument
147 *OutError = strdup(Error.c_str()); in LLVMCreateJITCompilerForModule()
164 char **OutError) { in LLVMCreateMCJITCompilerForModule() argument
169 *OutError = strdup( in LLVMCreateMCJITCompilerForModule()
212 *OutError = strdup(Error.c_str()); in LLVMCreateMCJITCompilerForModule()
262 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument
312 char **OutError) { in LLVMExecutionEngineGetErrMsg() argument
313 assert(OutError && "OutError must be non-null"); in LLVMExecutionEngineGetErrMsg()
316 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()