Searched refs:ModuleCachePath (Results 1 – 6 of 6) sorted by relevance
174 std::string ModuleCachePath; variable320 ModuleCachePath = CachePath; in setModuleCachePath()324 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
91 std::string ModuleCachePath; variable
383 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1176 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1205 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1194 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
3413 StringRef ModuleCachePath in loadGlobalIndex() local3416 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4776 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1394 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()