LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< CachedHashStringRef > Struct Reference

#include "llvm/ADT/CachedHashString.h"

Static Public Member Functions

static CachedHashStringRef getEmptyKey ()
 
static CachedHashStringRef getTombstoneKey ()
 
static unsigned getHashValue (const CachedHashStringRef &S)
 
static bool isEqual (const CachedHashStringRef &LHS, const CachedHashStringRef &RHS)
 

Detailed Description

Definition at line 50 of file CachedHashString.h.

Member Function Documentation

◆ getEmptyKey()

static CachedHashStringRef llvm::DenseMapInfo< CachedHashStringRef >::getEmptyKey ( )
inlinestatic

Definition at line 51 of file CachedHashString.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< CachedHashStringRef >::getHashValue ( const CachedHashStringRef S)
inlinestatic

Definition at line 57 of file CachedHashString.h.

References assert(), llvm::CachedHashStringRef::hash(), and llvm::isEqual().

◆ getTombstoneKey()

static CachedHashStringRef llvm::DenseMapInfo< CachedHashStringRef >::getTombstoneKey ( )
inlinestatic

Definition at line 54 of file CachedHashString.h.

◆ isEqual()

static bool llvm::DenseMapInfo< CachedHashStringRef >::isEqual ( const CachedHashStringRef LHS,
const CachedHashStringRef RHS 
)
inlinestatic

Definition at line 62 of file CachedHashString.h.


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