Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
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()
332 CachingOptions CacheOptions; variable
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h119 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
125 CacheOptions.PruningInterval = Interval; in setCachePruningInterval()
132 CacheOptions.Expiration = Expiration; in setCacheEntryExpiration()
150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
262 CachingOptions CacheOptions; variable
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp337 const ThinLTOCodeGenerator::CachingOptions &CacheOptions, in ProcessThinLTOModule() argument
784 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run()
817 ModuleToDefinedGVSummaries[ModuleIdentifier], CacheOptions, in run()
826 CachePruning(CacheOptions.Path) in run()
827 .setPruningInterval(CacheOptions.PruningInterval) in run()
828 .setEntryExpiration(CacheOptions.Expiration) in run()
829 .setMaxSize(CacheOptions.MaxPercentageOfAvailableSpace) in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp449 const ThinLTOCodeGenerator::CachingOptions &CacheOptions, in ProcessThinLTOModule() argument
993 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run()
1042 ModuleToDefinedGVSummaries[ModuleIdentifier], CacheOptions, in run()
1075 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()
/external/ImageMagick/MagickCore/
Doption.c134 CacheOptions[] = variable
2354 case MagickCacheOptions: return(CacheOptions); in GetOptionInfo()