Lines Matching refs:sLastErrorString
24 static std::string sLastErrorString; variable
41 return sLastErrorString.c_str(); in lto_get_error_message()
91 return LTOModule::makeLTOModule(path, sLastErrorString); in lto_module_create()
100 return LTOModule::makeLTOModule(fd, path, size, sLastErrorString); in lto_module_create_from_fd()
113 offset, sLastErrorString); in lto_module_create_from_fd_at_offset()
122 return LTOModule::makeLTOModule(mem, length, sLastErrorString); in lto_module_create_from_memory()
211 return cg->addModule(mod, sLastErrorString); in lto_codegen_add_module()
221 return cg->setDebugInfo(debug, sLastErrorString); in lto_codegen_set_debug_model()
231 return cg->setCodePICModel(model, sLastErrorString); in lto_codegen_set_pic_model()
278 return cg->writeMergedModules(path, sLastErrorString); in lto_codegen_write_merged_modules()
293 return cg->compile(length, sLastErrorString); in lto_codegen_compile()
299 return cg->compile_to_file(name, sLastErrorString); in lto_codegen_compile_to_file()