Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp105 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()
311 char **OutError) { in LLVMExecutionEngineGetErrMsg() argument
[all …]
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DExecutionEngine.h76 char **OutError);
80 char **OutError);
85 char **OutError);
110 char **OutError);
131 LLVMModuleRef *OutMod, char **OutError);
155 char **OutError);