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.cpp53 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()
292 if (!config->ltoObjPath.empty()) { in compile()
H A DConfig.h171 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1749 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp134 c.AlwaysEmitRegularLTOObj = !ctx.arg.ltoObjPath.empty(); in createConfig()
355 if (!ctx.arg.ltoObjPath.empty()) in compile()
356 saveBuffer(buf[0].second, ctx.arg.ltoObjPath); in compile()
369 if (!ctx.arg.ltoObjPath.empty()) { in compile()
370 saveBuffer(buf[0].second, ctx.arg.ltoObjPath); in compile()
372 saveBuffer(buf[i].second, ctx.arg.ltoObjPath + Twine(i)); in compile()
H A DConfig.h235 llvm::StringRef ltoObjPath; member
H A DDriver.cpp1466 ctx.arg.ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp78 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()
216 if (!ctx.config.ltoObjPath.empty()) in compile()
217 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile()
H A DConfig.h262 llvm::StringRef ltoObjPath; member
H A DDriver.cpp2131 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()