Home
last modified time | relevance | path

Searched refs:CachePruningPolicy (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h28 struct CachePruningPolicy { struct
69 Expected<CachePruningPolicy> parseCachePruningPolicy(StringRef PolicyStr);
82 bool pruneCache(StringRef Path, CachePruningPolicy Policy,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDataFileCache.h53 llvm::CachePruningPolicy policy =
58 static llvm::CachePruningPolicy GetLLDBIndexCachePolicy();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp77 Expected<CachePruningPolicy>
79 CachePruningPolicy Policy; in parseCachePruningPolicy()
145 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy, in pruneCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp22 llvm::CachePruningPolicy DataFileCache::GetLLDBIndexCachePolicy() { in GetLLDBIndexCachePolicy()
23 static llvm::CachePruningPolicy policy; in GetLLDBIndexCachePolicy()
47 DataFileCache::DataFileCache(llvm::StringRef path, llvm::CachePruningPolicy policy) { in DataFileCache()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h127 CachePruningPolicy Policy;
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DConfig.h171 llvm::CachePruningPolicy thinLTOCachePolicy;
H A DDriver.cpp225 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DConfig.h192 llvm::CachePruningPolicy ltoCachePolicy;
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h154 llvm::CachePruningPolicy thinLTOCachePolicy;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp307 Expected<CachePruningPolicy> PruningPolicyOrErr = in getCachedOrDownloadArtifact()