Home
last modified time | relevance | path

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

/external/llvm/tools/lto/
Dlto.cpp24 static std::string sLastErrorString; variable
34 return sLastErrorString.c_str(); in lto_get_error_message()
67 return LTOModule::makeLTOModule(path, sLastErrorString); in lto_module_create()
73 return LTOModule::makeLTOModule(fd, path, size, sLastErrorString); in lto_module_create_from_fd()
83 offset, sLastErrorString); in lto_module_create_from_fd_at_offset()
89 return LTOModule::makeLTOModule(mem, length, sLastErrorString); in lto_module_create_from_memory()
145 return cg->addModule(mod, sLastErrorString); in lto_codegen_add_module()
152 return cg->setDebugInfo(debug, sLastErrorString); in lto_codegen_set_debug_model()
158 return cg->setCodePICModel(model, sLastErrorString); in lto_codegen_set_pic_model()
190 return cg->writeMergedModules(path, sLastErrorString); in lto_codegen_write_merged_modules()
[all …]