|
LLVM 22.0.0git
|
#include "llvm/CAS/OnDiskGraphDB.h"
Public Member Functions | |
| bool | operator== (const iterator &RHS) const |
| InternalRef | operator* () const |
| bool | operator< (const iterator &RHS) const |
| ptrdiff_t | operator- (const iterator &RHS) const |
| iterator & | operator+= (ptrdiff_t N) |
| iterator & | operator-= (ptrdiff_t N) |
| InternalRef | operator[] (ptrdiff_t N) const |
| iterator ()=default | |
| uint64_t | getOpaqueData () const |
| Public Member Functions inherited from llvm::iterator_facade_base< iterator, std::random_access_iterator_tag, const InternalRef > | |
| iterator | operator+ (std::ptrdiff_t n) const |
| iterator | operator- (std::ptrdiff_t n) const |
| iterator & | operator++ () |
| iterator & | operator-- () |
| bool | operator!= (const iterator &RHS) const |
| bool | operator> (const iterator &RHS) const |
| bool | operator<= (const iterator &RHS) const |
| bool | operator>= (const iterator &RHS) const |
| PointerProxy | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Static Public Member Functions | |
| static iterator | fromOpaqueData (uint64_t Opaque) |
Friends | |
| class | InternalRefArrayRef |
Additional Inherited Members | |
| Public Types inherited from llvm::iterator_facade_base< iterator, std::random_access_iterator_tag, const InternalRef > | |
| using | iterator_category |
| using | value_type |
| using | difference_type |
| using | pointer |
| using | reference |
| Protected Types inherited from llvm::iterator_facade_base< iterator, std::random_access_iterator_tag, const InternalRef > | |
| enum | |
Definition at line 76 of file OnDiskGraphDB.h.
|
default |
Referenced by fromOpaqueData(), operator+=(), operator-(), operator-=(), operator<(), and operator==().
|
inlinestatic |
Definition at line 120 of file OnDiskGraphDB.h.
References iterator().
Referenced by llvm::cas::ondisk::object_refs_iterator::fromOpaqueData().
|
inline |
Definition at line 118 of file OnDiskGraphDB.h.
|
inline |
Definition at line 81 of file OnDiskGraphDB.h.
References llvm::cast(), llvm::dyn_cast(), and llvm::Ref.
Definition at line 100 of file OnDiskGraphDB.h.
References llvm::cast(), llvm::dyn_cast(), iterator(), N, and llvm::Ref.
|
inline |
Definition at line 93 of file OnDiskGraphDB.h.
References assert(), llvm::cast(), llvm::dyn_cast(), llvm::isa(), iterator(), llvm::Ref, and RHS.
Definition at line 107 of file OnDiskGraphDB.h.
References llvm::cast(), llvm::dyn_cast(), iterator(), N, and llvm::Ref.
|
inline |
Definition at line 86 of file OnDiskGraphDB.h.
References assert(), llvm::cast(), llvm::dyn_cast(), llvm::isa(), iterator(), llvm::Ref, and RHS.
|
inline |
Definition at line 80 of file OnDiskGraphDB.h.
References iterator(), and RHS.
|
inline |
Definition at line 114 of file OnDiskGraphDB.h.
References N, and llvm::iterator_facade_base< iterator, std::random_access_iterator_tag, const InternalRef >::operator+().
|
friend |
Definition at line 128 of file OnDiskGraphDB.h.
References InternalRefArrayRef.
Referenced by InternalRefArrayRef.