Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCachePruning.h76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp132 pruneCache(Config->LTOCache, Config->LTOCachePolicy); in compile()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCachePruning.cpp152 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() function in llvm
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp276 pruneCache(Config->ThinLTOCacheDir, Config->ThinLTOCachePolicy); in compile()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1029 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()