LLVM
8.0.1
|
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< NativeObjectCache > | llvm::lto::localCache (StringRef CacheDirectoryPath, AddBufferFn AddBuffer) |
Create a local file system cache which uses the given cache directory and file callback. More... | |