LLVM  4.0.0
Namespaces | Typedefs | Functions
Caching.h File Reference
#include "llvm/LTO/LTO.h"
#include <string>
Include dependency graph for Caching.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::lto
 

Typedefs

typedef std::function< void(unsigned
Task, StringRef Path)> 
llvm::lto::AddFileFn
 This type defines the callback to add a pre-existing native object file (e.g. More...
 

Functions

NativeObjectCache llvm::lto::localCache (std::string CacheDirectoryPath, AddFileFn AddFile)
 Create a local file system cache which uses the given cache directory and file callback. More...