LLVM 20.0.0git
|
#include "llvm-c/Types.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/CBindingWrapping.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/MemoryBufferRef.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... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sys |
namespace | llvm::sys::fs |