Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp144 if (!config->ltoObjPath.empty()) { in compile()
145 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
146 fatal("cannot create LTO object path " + config->ltoObjPath + ": " + in compile()
149 if (!fs::is_directory(config->ltoObjPath)) { in compile()
164 if (!config->ltoObjPath.empty()) { in compile()
165 filePath = config->ltoObjPath; in compile()
H A DConfig.h151 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1321 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp155 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
349 if (!config->ltoObjPath.empty()) in compile()
350 saveBuffer(buf[0], config->ltoObjPath); in compile()
363 if (!config->ltoObjPath.empty()) { in compile()
364 saveBuffer(buf[0], config->ltoObjPath); in compile()
366 saveBuffer(buf[i], config->ltoObjPath + Twine(i)); in compile()
H A DConfig.h122 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1108 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp85 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
193 if (!config->ltoObjPath.empty()) in compile()
194 saveBuffer(buf[0], config->ltoObjPath); in compile()
H A DConfig.h222 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1880 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()