Searched refs:ltoObjPath (Results 1 – 9 of 9) sorted by relevance
144 if (!config->ltoObjPath.empty()) { in compile()145 if (std::error_code ec = fs::create_directories(config->ltoObjPath)) in compile()146 fatal("cannot create LTO object path " + config->ltoObjPath + ": " + in compile()149 if (!fs::is_directory(config->ltoObjPath)) { in compile()164 if (!config->ltoObjPath.empty()) { in compile()165 filePath = config->ltoObjPath; in compile()
151 llvm::StringRef ltoObjPath; member
1321 config->ltoObjPath = args.getLastArgValue(OPT_object_path_lto); in link()
155 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()349 if (!config->ltoObjPath.empty()) in compile()350 saveBuffer(buf[0], config->ltoObjPath); in compile()363 if (!config->ltoObjPath.empty()) { in compile()364 saveBuffer(buf[0], config->ltoObjPath); in compile()366 saveBuffer(buf[i], config->ltoObjPath + Twine(i)); in compile()
122 llvm::StringRef ltoObjPath; member
1108 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path_eq); in readConfigs()
85 c.AlwaysEmitRegularLTOObj = !config->ltoObjPath.empty(); in createConfig()193 if (!config->ltoObjPath.empty()) in compile()194 saveBuffer(buf[0], config->ltoObjPath); in compile()
222 llvm::StringRef ltoObjPath; member
1880 config->ltoObjPath = args.getLastArgValue(OPT_lto_obj_path); in linkerMain()