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

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

Completed in 251 milliseconds