LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ArrayRef< T >, void > Struct Template Reference

#include "llvm/ADT/ArrayRef.h"

Static Public Member Functions

static ArrayRef< TgetEmptyKey ()
 
static ArrayRef< TgetTombstoneKey ()
 
static unsigned getHashValue (ArrayRef< T > Val)
 
static bool isEqual (ArrayRef< T > LHS, ArrayRef< T > RHS)
 

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< ArrayRef< T >, void >

Definition at line 566 of file ArrayRef.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static ArrayRef< T > llvm::DenseMapInfo< ArrayRef< T >, void >::getEmptyKey ( )
inlinestatic

Definition at line 567 of file ArrayRef.h.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< ArrayRef< T >, void >::getHashValue ( ArrayRef< T Val)
inlinestatic

Definition at line 577 of file ArrayRef.h.

References assert(), llvm::ArrayRef< T >::data(), and llvm::hash_value().

◆ getTombstoneKey()

template<typename T >
static ArrayRef< T > llvm::DenseMapInfo< ArrayRef< T >, void >::getTombstoneKey ( )
inlinestatic

Definition at line 572 of file ArrayRef.h.

◆ isEqual()

template<typename T >
static bool llvm::DenseMapInfo< ArrayRef< T >, void >::isEqual ( ArrayRef< T LHS,
ArrayRef< T RHS 
)
inlinestatic

Definition at line 585 of file ArrayRef.h.

References LHS, and RHS.


The documentation for this struct was generated from the following file: