Home
last modified time | relevance | path

Searched refs:OutError (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DExecutionEngine.h77 char **OutError);
81 char **OutError);
86 char **OutError);
111 char **OutError);
132 LLVMModuleRef *OutMod, char **OutError);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp106 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()
213 *OutError = strdup(Error.c_str()); in LLVMCreateMCJITCompilerForModule()
263 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument