Searched refs:ModuleCachePath (Results 1 – 8 of 8) sorted by relevance
186 std::string ModuleCachePath; variable331 ModuleCachePath = CachePath; in setModuleCachePath()335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
90 std::string ModuleCachePath; variable
335 getHeaderSearchOpts().ModuleCachePath); in createPreprocessor()1160 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1188 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1038 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
124 if (ModuleCachePath.empty()) in getModuleFileName()127 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
3862 SmallString<128> ModuleCachePath; in ConstructJob() local3864 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()[all …]
3575 StringRef ModuleCachePath in loadGlobalIndex() local3578 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4769 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1337 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()