LLVM
8.0.1
|
#include "llvm-c/Types.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
#include <cstddef>
#include <cstdint>
#include <memory>
Go to the source code of this file.
Classes | |
class | llvm::MemoryBuffer |
This interface provides simple read-only access to a block of memory, and provides simple methods for reading files and standard input into a memory buffer. More... | |
class | llvm::WritableMemoryBuffer |
This class is an extension of MemoryBuffer, which allows copy-on-write access to the underlying contents. More... | |
class | llvm::WriteThroughMemoryBuffer |
This class is an extension of MemoryBuffer, which allows write access to the underlying contents and committing those changes to the original source. More... | |
class | llvm::MemoryBufferRef |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |