Searched refs:ltoObjPath (Results 1 – 9 of 9) sorted by relevance
55 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()
166 llvm::StringRef ltoObjPath; member
1612 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
135 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()347 if (!config->ltoObjPath.empty()) in compile()348 saveBuffer(buf[0].second, config->ltoObjPath); in compile()361 if (!config->ltoObjPath.empty()) { in compile()362 saveBuffer(buf[0].second, config->ltoObjPath); in compile()364 saveBuffer(buf[i].second, config->ltoObjPath + Twine(i)); in compile()
169 llvm::StringRef ltoObjPath; member
1299 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
84 c.AlwaysEmitRegularLTOObj = !ctx.config.ltoObjPath.empty(); in createConfig()210 if (!ctx.config.ltoObjPath.empty()) in compile()211 saveBuffer(buf[0].second, ctx.config.ltoObjPath); in compile()
255 llvm::StringRef ltoObjPath; member
2028 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()