Searched refs:ModuleCachePath (Results 1 – 14 of 14) 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
278 std::string ModuleCachePath; variable422 ModuleCachePath = std::string(CachePath); in setModuleCachePath()429 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
115 std::string ModuleCachePath; variable
299 std::string ModuleCachePath; variable443 ModuleCachePath = std::string(CachePath); in setModuleCachePath()450 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
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()