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

/freebsd-current/contrib/llvm-project/lld/MachO/
H A DLTO.cpp55 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty();
229 if (!config->ltoObjPath.empty()) {
230 if (std::error_code ec = fs::create_directories(config->ltoObjPath))
231 fatal("cannot create LTO object path " + config->ltoObjPath + ": " +
234 if (!fs::is_directory(config->ltoObjPath)) {
245 if (!config->ltoObjPath.empty()) {
246 filePath = config->ltoObjPath;
259 if (!config->ltoObjPath.empty())
285 // FIXME: should `saveTemps` and `ltoObjPath` use the same file name?
292 if (!config->ltoObjPath
[all...]
H A DConfig.h166 llvm::StringRef ltoObjPath; member in struct:lld::macho::Configuration
H A DDriver.cpp1612 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DLTO.cpp135 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty();
347 if (!config->ltoObjPath.empty())
348 saveBuffer(buf[0].second, config->ltoObjPath);
361 if (!config->ltoObjPath.empty()) {
362 saveBuffer(buf[0].second, config->ltoObjPath);
364 saveBuffer(buf[i].second, config->ltoObjPath + Twine(i));
H A DConfig.h169 llvm::StringRef ltoObjPath; member in struct:lld::elf::Config
H A DDriver.cpp1299 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DLTO.cpp84 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty();
210 if (!ctx.config.ltoObjPath.empty())
211 saveBuffer(buf[0].second, ctx.config.ltoObjPath);
H A DConfig.h255 llvm::StringRef ltoObjPath; member in struct:lld::coff::Configuration
H A DDriver.cpp2028 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path);

Completed in 192 milliseconds