Searched refs:ModuleCachePath (Results 1 – 6 of 6) sorted by relevance
188 std::string ModuleCachePath; variable331 ModuleCachePath = CachePath; in setModuleCachePath()335 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
112 std::string ModuleCachePath; variable
467 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1387 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1416 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1931 Opts.ModuleCachePath = P.str(); in ParseHeaderSearchArgs()
3806 StringRef ModuleCachePath in loadGlobalIndex() local3809 = GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()5349 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1660 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()