LLVM  8.0.1
Classes | Namespaces | Functions
CachePruning.h File Reference
#include "llvm/ADT/StringRef.h"
#include <chrono>
Include dependency graph for CachePruning.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::Expected< T >
 Tagged union holding either a T or a Error. More...
 
struct  llvm::CachePruningPolicy
 Policy for the pruneCache() function. More...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

Expected< CachePruningPolicyllvm::parseCachePruningPolicy (StringRef PolicyStr)
 Parse the given string as a cache pruning policy. More...
 
bool llvm::pruneCache (StringRef Path, CachePruningPolicy Policy)
 Peform pruning using the supplied policy, returns true if pruning occurred, i.e. More...