Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp92 char **OutError) { in LLVMCreateExecutionEngineForModule() argument
101 *OutError = strdup(Error.c_str()); in LLVMCreateExecutionEngineForModule()
107 char **OutError) { in LLVMCreateInterpreterForModule() argument
116 *OutError = strdup(Error.c_str()); in LLVMCreateInterpreterForModule()
123 char **OutError) { in LLVMCreateJITCompilerForModule() argument
133 *OutError = strdup(Error.c_str()); in LLVMCreateJITCompilerForModule()
139 char **OutError) { in LLVMCreateExecutionEngine() argument
143 OutError); in LLVMCreateExecutionEngine()
148 char **OutError) { in LLVMCreateInterpreter() argument
152 OutError); in LLVMCreateInterpreter()
[all …]
/external/llvm/include/llvm-c/
DExecutionEngine.h60 char **OutError);
64 char **OutError);
69 char **OutError);
74 char **OutError);
79 char **OutError);
85 char **OutError);
109 LLVMModuleRef *OutMod, char **OutError);
114 LLVMModuleRef *OutMod, char **OutError);