Lines Matching refs:ltoObjPath
55 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.empty()) {