LLVM 22.0.0git
|
Handle for a loaded node object. More...
#include "llvm/CAS/OnDiskGraphDB.h"
Public Member Functions | |
ObjectHandle (uint64_t Opaque) | |
uint64_t | getOpaqueData () const |
Static Public Member Functions | |
static ObjectHandle | fromFileOffset (FileOffset Offset) |
static ObjectHandle | fromMemory (uintptr_t Ptr) |
Friends | |
bool | operator== (const ObjectHandle &LHS, const ObjectHandle &RHS) |
bool | operator!= (const ObjectHandle &LHS, const ObjectHandle &RHS) |
Handle for a loaded node object.
Definition at line 198 of file OnDiskGraphDB.h.
|
inlineexplicit |
Definition at line 200 of file OnDiskGraphDB.h.
Referenced by fromFileOffset(), fromMemory(), operator!=, and operator==.
|
static |
Definition at line 462 of file OnDiskGraphDB.cpp.
References assert(), ObjectHandle(), and llvm::Offset.
Referenced by llvm::cas::ondisk::OnDiskGraphDB::load().
|
static |
Definition at line 468 of file OnDiskGraphDB.cpp.
References assert(), ObjectHandle(), and Ptr.
Referenced by llvm::cas::ondisk::OnDiskGraphDB::load().
|
inline |
Definition at line 201 of file OnDiskGraphDB.h.
|
friend |
Definition at line 209 of file OnDiskGraphDB.h.
References LHS, ObjectHandle(), and RHS.
|
friend |
Definition at line 206 of file OnDiskGraphDB.h.
References LHS, ObjectHandle(), and RHS.