reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } 140 CacheOptions.Policy.Interval.reset(); 142 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); 149 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); 167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; 175 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; 182 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles;lib/LTO/ThinLTOCodeGenerator.cpp
1050 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, 1098 ModuleToDefinedGVSummaries[ModuleIdentifier], CacheOptions, 1131 pruneCache(CacheOptions.Path, CacheOptions.Policy); 1131 pruneCache(CacheOptions.Path, CacheOptions.Policy);