reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/CachePruning.h
   75 bool pruneCache(StringRef Path, CachePruningPolicy Policy);

References

lib/LTO/ThinLTOCodeGenerator.cpp
 1131   pruneCache(CacheOptions.Path, CacheOptions.Policy);
tools/gold/gold-plugin.cpp
 1140     pruneCache(options::cache_dir, policy);
tools/lld/COFF/LTO.cpp
  188     pruneCache(config->ltoCache, config->ltoCachePolicy);
tools/lld/ELF/LTO.cpp
  282     pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy);
tools/lld/wasm/LTO.cpp
  146     pruneCache(config->thinLTOCacheDir, config->thinLTOCachePolicy);