Searched refs:ModuleCachePath (Results 1 – 7 of 7) sorted by relevance
188 std::string ModuleCachePath; variable334 ModuleCachePath = CachePath; in setModuleCachePath()338 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
90 std::string ModuleCachePath; variable
376 getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1153 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1181 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1100 Opts.ModuleCachePath = Args.getLastArgValue(OPT_fmodules_cache_path); in ParseHeaderSearchArgs()
131 if (ModuleCachePath.empty()) in getModuleFileName()134 SmallString<256> Result(ModuleCachePath); in getModuleFileName()
3318 StringRef ModuleCachePath in loadGlobalIndex() local3321 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()4539 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1364 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()