Lines Matching refs:ModuleCachePath
3862 SmallString<128> ModuleCachePath; in ConstructJob() local
3864 ModuleCachePath = A->getValue(); in ConstructJob()
3869 ModuleCachePath = Output.getFilename(); in ConstructJob()
3870 llvm::sys::path::replace_extension(ModuleCachePath, ".cache"); in ConstructJob()
3871 llvm::sys::path::append(ModuleCachePath, "modules"); in ConstructJob()
3872 } else if (ModuleCachePath.empty()) { in ConstructJob()
3875 ModuleCachePath); in ConstructJob()
3876 llvm::sys::path::append(ModuleCachePath, "org.llvm.clang"); in ConstructJob()
3877 llvm::sys::path::append(ModuleCachePath, "ModuleCache"); in ConstructJob()
3880 ModuleCachePath.insert(ModuleCachePath.begin(), Arg, Arg + strlen(Arg)); in ConstructJob()
3881 CmdArgs.push_back(Args.MakeArgString(ModuleCachePath)); in ConstructJob()