Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp130 Policy.MaxSizeBytes = Size * Mult; in parseCachePruningPolicy()
164 Policy.MaxSizeBytes == 0 && Policy.MaxSizeFiles == 0) { in pruneCache()
280 if (Policy.MaxSizePercentageOfAvailableSpace > 0 || Policy.MaxSizeBytes > 0) { in pruneCache()
290 if (Policy.MaxSizeBytes == 0) in pruneCache()
291 Policy.MaxSizeBytes = AvailableSpace; in pruneCache()
294 Policy.MaxSizeBytes); in pruneCache()
299 << Policy.MaxSizeBytes << " bytes\n"); in pruneCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h172 void setCacheMaxSizeBytes(uint64_t MaxSizeBytes) { in setCacheMaxSizeBytes() argument
173 if (MaxSizeBytes) in setCacheMaxSizeBytes()
174 CacheOptions.Policy.MaxSizeBytes = MaxSizeBytes; in setCacheMaxSizeBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h50 uint64_t MaxSizeBytes = 0; member
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp38 policy.MaxSizeBytes = properties.GetLLDBIndexCacheMaxByteSize(); in GetLLDBIndexCachePolicy()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2524 const uint64_t MaxSizeBytes = 2048; in removeRedundantDbgLocsUsingBackwardScan() local
2526 if (SizeInBytes == 0 || SizeInBytes > MaxSizeBytes) { in removeRedundantDbgLocsUsingBackwardScan()