|
LLVM 22.0.0git
|
Array of internal node references. More...
#include "llvm/CAS/OnDiskGraphDB.h"
Classes | |
| class | iterator |
Public Member Functions | |
| size_t | size () const |
| bool | empty () const |
| bool | operator== (const InternalRefArrayRef &RHS) const |
| iterator | begin () const |
| iterator | end () const |
| InternalRef | operator[] (ptrdiff_t N) const |
| Array accessor. | |
| bool | is4B () const |
| bool | is8B () const |
| ArrayRef< uint8_t > | getBuffer () const |
| InternalRefArrayRef (std::nullopt_t=std::nullopt) | |
| InternalRefArrayRef (ArrayRef< InternalRef > Refs) | |
| InternalRefArrayRef (ArrayRef< InternalRef4B > Refs) | |
Array of internal node references.
Definition at line 72 of file OnDiskGraphDB.h.
|
inline |
Definition at line 158 of file OnDiskGraphDB.h.
References llvm::cas::ondisk::InternalRef::getFromRawData().
Referenced by operator==().
|
inline |
Definition at line 165 of file OnDiskGraphDB.h.
|
inline |
Definition at line 168 of file OnDiskGraphDB.h.
|
inline |
Definition at line 140 of file OnDiskGraphDB.h.
Referenced by end(), llvm::cas::ondisk::OnDiskGraphDB::getObjectRefs(), InternalRefArrayRef(), InternalRefArrayRef(), operator==(), and operator[]().
|
inline |
Definition at line 75 of file OnDiskGraphDB.h.
|
inline |
Definition at line 141 of file OnDiskGraphDB.h.
References begin().
Referenced by llvm::cas::ondisk::OnDiskGraphDB::getObjectRefs(), and operator==().
Definition at line 149 of file OnDiskGraphDB.h.
References llvm::ArrayRef(), B(), llvm::cast(), and is4B().
|
inline |
|
inline |
Definition at line 147 of file OnDiskGraphDB.h.
References llvm::isa().
|
inline |
Definition at line 136 of file OnDiskGraphDB.h.
References begin(), end(), InternalRefArrayRef(), RHS, and size().
|
inline |
|
inline |
Definition at line 74 of file OnDiskGraphDB.h.
Referenced by InternalRefArrayRef(), InternalRefArrayRef(), and operator==().