LLVM 22.0.0git
DatabaseFile.h File Reference

This file declares the common interface for a DatabaseFile that is used to implement OnDiskCAS. More...

Go to the source code of this file.

Classes

class  llvm::cas::ondisk::TableHandle
 Generic handle for a table. More...
struct  llvm::cas::ondisk::TableHandle::Header
class  llvm::cas::ondisk::DatabaseFile
 Encapsulate a database file, which: More...
struct  llvm::cas::ondisk::DatabaseFile::Header

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::cas
namespace  llvm::cas::ondisk

Typedefs

using llvm::cas::ondisk::MappedFileRegion = MappedFileRegionArena::RegionT

Functions

Error llvm::cas::ondisk::createTableConfigError (std::errc ErrC, StringRef Path, StringRef TableName, const Twine &Msg)
Error llvm::cas::ondisk::checkTable (StringRef Label, size_t Expected, size_t Observed, StringRef Path, StringRef TrieName)

Detailed Description

This file declares the common interface for a DatabaseFile that is used to implement OnDiskCAS.

Definition in file DatabaseFile.h.