Lines Matching refs:ModuleCachePath
3615 SmallString<128> ModuleCachePath; in ConstructJob() local
3617 ModuleCachePath = A->getValue(); in ConstructJob()
3622 ModuleCachePath = Output.getFilename(); in ConstructJob()
3623 llvm::sys::path::replace_extension(ModuleCachePath, ".cache"); in ConstructJob()
3624 llvm::sys::path::append(ModuleCachePath, "modules"); in ConstructJob()
3625 } else if (ModuleCachePath.empty()) { in ConstructJob()
3628 ModuleCachePath); in ConstructJob()
3629 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang"); in ConstructJob()
3630 llvm::sys::path::append(ModuleCachePath, "ModuleCache"); in ConstructJob()
3633 ModuleCachePath.insert(ModuleCachePath.begin(), Arg, Arg + strlen(Arg)); in ConstructJob()
3634 CmdArgs.push_back(Args.MakeArgString(ModuleCachePath)); in ConstructJob()