Searched refs:pruneCache (Results 1 – 12 of 12) sorted by relevance
76 bool pruneCache(StringRef Path, CachePruningPolicy Policy);
145 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
132 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
201 pruneCache(config->ltoCache, config->ltoCachePolicy); in compile()
144 bool llvm::pruneCache(StringRef Path, CachePruningPolicy Policy) { in pruneCache() function in llvm
112 void pruneCache();
42 pruneCache(path, policy); in DataFileCache()
361 pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy); in compile()
247 Symbolizer.pruneCache(); in executeCommand()
754 void LLVMSymbolizer::pruneCache() { in pruneCache() function in llvm::symbolize::LLVMSymbolizer
1190 pruneCache(options::cache_dir, policy); in cleanup_hook()
1220 pruneCache(CacheOptions.Path, CacheOptions.Policy); in run()