Searched refs:ltoObjPath (Results 1 – 9 of 9) sorted by relevance
53 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()
171 llvm::StringRef ltoObjPath; member
1749 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
134 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()
235 llvm::StringRef ltoObjPath; member
1466 ctx.arg.ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
78 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()
262 llvm::StringRef ltoObjPath; member
2131 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()