Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCachePruning.h27 struct CachePruningPolicy { struct
68 Expected<CachePruningPolicy> parseCachePruningPolicy(StringRef PolicyStr);
76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
/llvm-project-15.0.7/llvm/lib/Support/
H A DCachePruning.cpp76 Expected<CachePruningPolicy>
78 CachePruningPolicy Policy; in parseCachePruningPolicy()
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache()
/llvm-project-15.0.7/lld/wasm/
H A DConfig.h76 llvm::CachePruningPolicy thinLTOCachePolicy;
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h127 CachePruningPolicy Policy;
/llvm-project-15.0.7/lld/MachO/
H A DConfig.h155 llvm::CachePruningPolicy thinLTOCachePolicy;
H A DDriver.cpp219 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy()
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h173 llvm::CachePruningPolicy ltoCachePolicy;
/llvm-project-15.0.7/lldb/source/Core/
H A DDataFileCache.cpp29 llvm::CachePruningPolicy policy; in DataFileCache()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h107 llvm::CachePruningPolicy thinLTOCachePolicy;
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp1189 CachePruningPolicy policy = check(parseCachePruningPolicy(options::cache_policy)); in cleanup_hook()