LLVM
17.0.0git
|
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 is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
Expected< CachePruningPolicy > | llvm::parseCachePruningPolicy (StringRef PolicyStr) |
Parse the given string as a cache pruning policy. More... | |
bool | llvm::pruneCache (StringRef Path, CachePruningPolicy Policy, const std::vector< std::unique_ptr< MemoryBuffer >> &Files={}) |
Peform pruning using the supplied policy, returns true if pruning occurred, i.e. More... | |