Searched refs:setErrorStr (Results 1 – 4 of 4) sorted by relevance
109 .setErrorStr(&Error); in LLVMCreateExecutionEngineForModule()124 .setErrorStr(&Error); in LLVMCreateInterpreterForModule()140 .setErrorStr(&Error) in LLVMCreateJITCompilerForModule()199 .setErrorStr(&Error) in LLVMCreateMCJITCompilerForModule()
29 llvm::EngineBuilder(module_).setErrorStr(&error).create(); in vmachine()
358 .setErrorStr(&Error) in lp_build_create_jit_compiler_for_module()
576 EngineBuilder &setErrorStr(std::string *e) { in setErrorStr() function