Searched refs:ModuleCachePath (Results 1 – 6 of 6) sorted by relevance
174 std::string ModuleCachePath; variable318 ModuleCachePath = CachePath; in setModuleCachePath()322 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
91 std::string ModuleCachePath; variable
389 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1212 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1241 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1361 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
3417 StringRef ModuleCachePath in loadGlobalIndex() local3420 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4799 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1451 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()