Home
last modified time | relevance | path

Searched refs:CachePruning (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCachePruning.h24 class CachePruning {
27 CachePruning(StringRef Path) : Path(Path) {} in CachePruning() function
32 CachePruning &setPruningInterval(int PruningInterval) { in setPruningInterval()
40 CachePruning &setEntryExpiration(unsigned ExpireAfter) { in setEntryExpiration()
50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize()
/external/llvm/lib/Support/
DCachePruning.cpp36 bool CachePruning::prune() { in prune()
DCMakeLists.txt38 CachePruning.cpp
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp826 CachePruning(CacheOptions.Path) in run()