Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp76 Expected<CachePruningPolicy>
78 CachePruningPolicy Policy; in parseCachePruningPolicy()
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h145 llvm::CachePruningPolicy thinLTOCachePolicy;
H A DDriver.cpp198 static llvm::CachePruningPolicy getLTOCachePolicy(InputArgList &args) { in getLTOCachePolicy()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h128 CachePruningPolicy Policy;
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h167 llvm::CachePruningPolicy ltoCachePolicy;
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h100 llvm::CachePruningPolicy thinLTOCachePolicy;