Home
last modified time | relevance | path

Searched refs:CacheOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h150 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
157 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
159 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
166 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
184 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
192 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
199 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
327 CachingOptions CacheOptions; variable
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp389 const ThinLTOCodeGenerator::CachingOptions &CacheOptions, in ProcessThinLTOModule() argument
947 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run()
996 ModuleToDefinedGVSummaries[ModuleIdentifier], CacheOptions, in run()
1029 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()