Searched refs:ModuleCachePath (Results 1 – 6 of 6) sorted by relevance
190 std::string ModuleCachePath; variable330 ModuleCachePath = std::string(CachePath); in setModuleCachePath()337 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
112 std::string ModuleCachePath; variable
542 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1409 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1439 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
2827 if (!Opts.ModuleCachePath.empty()) in GenerateHeaderSearchArgs()2828 GenerateArg(Args, OPT_fmodules_cache_path, Opts.ModuleCachePath, SA); in GenerateHeaderSearchArgs()2965 Opts.ModuleCachePath = std::string(P.str()); in ParseHeaderSearchArgs()
4127 StringRef ModuleCachePath in loadGlobalIndex() local4130 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()5854 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1319 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()