Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DExecutionEngine.h77 char **OutError);
81 char **OutError);
86 char **OutError);
111 char **OutError);
132 LLVMModuleRef *OutMod, char **OutError);
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp104 char **OutError) { in LLVMCreateExecutionEngineForModule() argument
113 *OutError = strdup(Error.c_str()); in LLVMCreateExecutionEngineForModule()
119 char **OutError) { in LLVMCreateInterpreterForModule() argument
128 *OutError = strdup(Error.c_str()); in LLVMCreateInterpreterForModule()
135 char **OutError) { in LLVMCreateJITCompilerForModule() argument
145 *OutError = strdup(Error.c_str()); in LLVMCreateJITCompilerForModule()
162 char **OutError) { in LLVMCreateMCJITCompilerForModule() argument
167 *OutError = strdup( in LLVMCreateMCJITCompilerForModule()
209 *OutError = strdup(Error.c_str()); in LLVMCreateMCJITCompilerForModule()
257 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule() argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp248 char **OutError) in lp_build_create_mcjit_compiler_for_module() argument
289 *OutError = strdup(Error.c_str()); in lp_build_create_mcjit_compiler_for_module()
Dlp_bld_misc.h62 char **OutError);