Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCachePruning.h27 struct CachePruningPolicy { struct
68 Expected<CachePruningPolicy> parseCachePruningPolicy(StringRef PolicyStr);
76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCachePruning.cpp84 Expected<CachePruningPolicy>
86 CachePruningPolicy Policy; in parseCachePruningPolicy()
152 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h145 CachePruningPolicy Policy;
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DConfig.h146 llvm::CachePruningPolicy LTOCachePolicy;
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DConfig.h87 llvm::CachePruningPolicy ThinLTOCachePolicy;