Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h132 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); } in setCacheDir()
139 CacheOptions.Policy.Interval.reset(); in setCachePruningInterval()
141 CacheOptions.Policy.Interval = std::chrono::seconds(Interval); in setCachePruningInterval()
148 CacheOptions.Policy.Expiration = std::chrono::seconds(Expiration); in setCacheEntryExpiration()
166 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
174 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
181 CacheOptions.Policy.MaxSizeFiles = MaxSizeFiles; in setCacheMaxSizeFiles()
325 CachingOptions CacheOptions; variable
/src/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp439 const ThinLTOCodeGenerator::CachingOptions &CacheOptions, in ProcessThinLTOModule() argument
1144 ModuleCacheEntry CacheEntry(CacheOptions.Path, *Index, ModuleIdentifier, in run()
1192 ModuleToDefinedGVSummaries[ModuleIdentifier], CacheOptions, in run()
1226 pruneCache(CacheOptions.Path, CacheOptions.Policy, ProducedBinaries); in run()
/src/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c1075 pTicketRequest->CacheOptions = ((ignore_cache || !purge_cache) ? in GetMSTGT()
1119 pTicketRequest->CacheOptions = KERB_RETRIEVE_TICKET_CACHE_TICKET; in GetMSTGT()
1281 pTicketRequest->CacheOptions = KERB_RETRIEVE_TICKET_CACHE_TICKET; in GetMSCacheTicketFromMITCred()
1329 pTicketRequest->CacheOptions = 0; in GetMSCacheTicketFromCacheInfoEx()
1394 pTicketRequest->CacheOptions = KERB_RETRIEVE_TICKET_CACHE_TICKET; in GetMSCacheTicketFromCacheInfoEx2()