Searched defs:OutError (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 106 LLVMCreateExecutionEngineForModule(LLVMExecutionEngineRef * OutEE,LLVMModuleRef M,char ** OutError) LLVMCreateExecutionEngineForModule() argument 121 LLVMCreateInterpreterForModule(LLVMExecutionEngineRef * OutInterp,LLVMModuleRef M,char ** OutError) LLVMCreateInterpreterForModule() argument 137 LLVMCreateJITCompilerForModule(LLVMExecutionEngineRef * OutJIT,LLVMModuleRef M,unsigned OptLevel,char ** OutError) LLVMCreateJITCompilerForModule() argument 164 LLVMCreateMCJITCompilerForModule(LLVMExecutionEngineRef * OutJIT,LLVMModuleRef M,LLVMMCJITCompilerOptions * PassedOptions,size_t SizeOfPassedOptions,char ** OutError) LLVMCreateMCJITCompilerForModule() argument 262 LLVMRemoveModule(LLVMExecutionEngineRef EE,LLVMModuleRef M,LLVMModuleRef * OutMod,char ** OutError) LLVMRemoveModule() argument 312 LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,char ** OutError) LLVMExecutionEngineGetErrMsg() argument [all...] |