|
LLVM 22.0.0git
|
This file implements OnDiskKeyValueDB, an ondisk key value database. More...
#include "llvm/CAS/OnDiskKeyValueDB.h"#include "OnDiskCommon.h"#include "llvm/ADT/StringExtras.h"#include "llvm/CAS/UnifiedOnDiskCache.h"#include "llvm/Support/Alignment.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Path.h"Go to the source code of this file.
Variables | |
| static constexpr StringLiteral | ActionCacheFile = "actions." |
This file implements OnDiskKeyValueDB, an ondisk key value database.
The KeyValue database file is named actions.<version> inside the CAS directory. The database stores a mapping between a fixed-sized key and a fixed-sized value, where the size of key and value can be configured when opening the database.
Definition in file OnDiskKeyValueDB.cpp.
|
staticconstexpr |
Definition at line 33 of file OnDiskKeyValueDB.cpp.
Referenced by llvm::cas::ondisk::OnDiskKeyValueDB::open().