Searched refs:ModuleCachePath (Results 1 – 7 of 7) sorted by relevance
201 std::string ModuleCachePath; variable341 ModuleCachePath = std::string(CachePath); in setModuleCachePath()348 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
112 std::string ModuleCachePath; variable
542 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1426 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1456 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
2824 if (!Opts.ModuleCachePath.empty()) in GenerateHeaderSearchArgs()2825 GenerateArg(Args, OPT_fmodules_cache_path, Opts.ModuleCachePath, SA); in GenerateHeaderSearchArgs()2962 Opts.ModuleCachePath = std::string(P.str()); in ParseHeaderSearchArgs()
297 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()
4143 StringRef ModuleCachePath in loadGlobalIndex() local4146 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()5870 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1319 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()