Searched refs:pruneCache (Results 1 – 6 of 6) sorted by relevance
76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
123 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
200 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() function in llvm
348 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
1238 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()