Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp55 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
229 if (!config->ltoObjPath.empty()) { in compile()
230 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()
231 fatal("cannot create LTO object path " + config->ltoObjPath + ": " + in compile()
234 if (!fs::is_directory(config->ltoObjPath)) { in compile()
245 if (!config->ltoObjPath.empty()) { in compile()
246 filePath = config->ltoObjPath; in compile()
259 if (!config->ltoObjPath.empty()) in compile()
285 // FIXME: should `saveTemps` and `ltoObjPath` use the same file name? in compile()
292 if (!config->ltoObjPath in compile()
[all...]
H A DConfig.h167 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1676 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp137 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()
349 if (!config->ltoObjPath.empty()) in compile()
350 saveBuffer(buf[0].second, config->ltoObjPath); in compile()
363 if (!config->ltoObjPath.empty()) { in compile()
364 saveBuffer(buf[0].second, config->ltoObjPath); in compile()
366 saveBuffer(buf[i].second, config->ltoObjPath + Twine(i)); in compile()
H A DConfig.h172 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1341 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp84 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()
211 if (!ctx.config.ltoObjPath.empty()) in compile()
212 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile()
H A DConfig.h255 llvm::StringRef ltoObjPath; member
H A DDriver.cpp2020 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()