Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DLTO.cpp123 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLTO.cpp200 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCachePruning.cpp144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() function in llvm
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp348 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp1238 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()