Searched refs:sLastErrorString (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/lto/ |
D | lto.cpp | 23 static std::string sLastErrorString; variable 33 return sLastErrorString.c_str(); in lto_get_error_message() 66 return LTOModule::makeLTOModule(path, sLastErrorString); in lto_module_create() 72 return LTOModule::makeLTOModule(fd, path, size, sLastErrorString); in lto_module_create_from_fd() 81 return LTOModule::makeLTOModule(fd, path, map_size, offset, sLastErrorString); in lto_module_create_from_fd_at_offset() 87 return LTOModule::makeLTOModule(mem, length, sLastErrorString); in lto_module_create_from_memory() 143 return !cg->addModule(mod, sLastErrorString); in lto_codegen_add_module() 190 return !cg->writeMergedModules(path, sLastErrorString); in lto_codegen_write_merged_modules() 200 return cg->compile(length, sLastErrorString); in lto_codegen_compile() 207 return !cg->compile_to_file(name, sLastErrorString); in lto_codegen_compile_to_file()
|