LLVM 22.0.0git
|
#include "llvm/ADT/ArrayRef.h"
Static Public Member Functions | |
static ArrayRef< T > | getEmptyKey () |
static ArrayRef< T > | getTombstoneKey () |
static unsigned | getHashValue (ArrayRef< T > Val) |
static bool | isEqual (ArrayRef< T > LHS, ArrayRef< T > RHS) |
Definition at line 594 of file ArrayRef.h.
|
inlinestatic |
Definition at line 595 of file ArrayRef.h.
References T.
Referenced by getHashValue(), and isEqual().
|
inlinestatic |
Definition at line 605 of file ArrayRef.h.
References assert(), data, llvm::ArrayRef< T >::data(), getEmptyKey(), getTombstoneKey(), and llvm::hash_value().
|
inlinestatic |
Definition at line 600 of file ArrayRef.h.
References T.
Referenced by getHashValue(), and isEqual().
|
inlinestatic |
Definition at line 613 of file ArrayRef.h.
References data, getEmptyKey(), getTombstoneKey(), LHS, and RHS.