LLVM 22.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/CAS/CASID.h"
#include "llvm/CAS/CASReference.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include <cstddef>
Go to the source code of this file.
Classes | |
class | llvm::cas::ObjectStore |
Content-addressable storage for objects. More... | |
class | llvm::cas::ObjectProxy |
Reference to an abstract hierarchical node, with data and references. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::cas |
Macros | |
#define | MAKE_CAS_HANDLE_CONSTRUCTOR(HandleKind) |
Allow ObjectStore implementations to create internal handles. |
Functions | |
std::unique_ptr< ObjectStore > | llvm::cas::createInMemoryCAS () |
#define MAKE_CAS_HANDLE_CONSTRUCTOR | ( | HandleKind | ) |
Allow ObjectStore implementations to create internal handles.
Definition at line 164 of file ObjectStore.h.