LLVM  8.0.1
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
 This class represents lattice values for constants.
 
 llvm::lto
 

Typedefs

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

Functions

Expected< NativeObjectCachellvm::lto::localCache (StringRef CacheDirectoryPath, AddBufferFn AddBuffer)
 Create a local file system cache which uses the given cache directory and file callback. More...