Lines Matching refs:OutError
113 char **OutError) { in LLVMCreateExecutionEngineForModule() argument
122 *OutError = strdup(Error.c_str()); in LLVMCreateExecutionEngineForModule()
128 char **OutError) { in LLVMCreateInterpreterForModule() argument
137 *OutError = strdup(Error.c_str()); in LLVMCreateInterpreterForModule()
144 char **OutError) { in LLVMCreateJITCompilerForModule() argument
154 *OutError = strdup(Error.c_str()); in LLVMCreateJITCompilerForModule()
171 char **OutError) { in LLVMCreateMCJITCompilerForModule() argument
176 *OutError = strdup( in LLVMCreateMCJITCompilerForModule()
207 *OutError = strdup(Error.c_str()); in LLVMCreateMCJITCompilerForModule()
213 char **OutError) { in LLVMCreateExecutionEngine() argument
217 OutError); in LLVMCreateExecutionEngine()
222 char **OutError) { in LLVMCreateInterpreter() argument
226 OutError); in LLVMCreateInterpreter()
232 char **OutError) { in LLVMCreateJITCompiler() argument
236 OptLevel, OutError); in LLVMCreateJITCompiler()
293 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument
302 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModuleProvider() argument
305 OutError); in LLVMRemoveModuleProvider()