Searched refs:ModuleCachePath (Results 1 – 14 of 14) sorted by relevance
71 llvm::SmallString<128> ModuleCachePath; in initializeModuleCache() local73 llvm::sys::fs::createUniqueDirectory("module-cache", ModuleCachePath)); in initializeModuleCache()74 CI.getHeaderSearchOpts().ModuleCachePath = ModuleCachePath.c_str(); in initializeModuleCache()77 void deleteModuleCache(const std::string ModuleCachePath) { in deleteModuleCache() argument78 if (!ModuleCachePath.empty()) { in deleteModuleCache()79 ASSERT_FALSE(llvm::sys::fs::remove_directories(ModuleCachePath)); in deleteModuleCache()93 std::bind(deleteModuleCache, CI->getHeaderSearchOpts().ModuleCachePath)); in preamble()107 std::bind(deleteModuleCache, CI->getHeaderSearchOpts().ModuleCachePath)); in build()
174 std::string ModuleCachePath; variable318 ModuleCachePath = CachePath; in setModuleCachePath()322 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
91 std::string ModuleCachePath; variable
190 std::string ModuleCachePath; variable330 ModuleCachePath = std::string(CachePath); in setModuleCachePath()337 StringRef getModuleCachePath() const { return ModuleCachePath; } in getModuleCachePath()
112 std::string ModuleCachePath; variable
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()
486 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()1433 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()1463 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
2218 Opts.ModuleCachePath = std::string(P.str()); in ParseHeaderSearchArgs()
297 search_opts.ModuleCachePath = std::string(module_cache.str()); in SetupModuleHeaderPaths()
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()
4105 StringRef ModuleCachePath in loadGlobalIndex() local4108 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()5827 HSOpts.ModuleCachePath = ReadString(Record, Idx); in ParseHeaderSearchOptions()
1318 AddString(HSOpts.ModuleCachePath, Record); in WriteControlBlock()