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

#include "llvm/ADT/CachedHashString.h"

Static Public Member Functions

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

Detailed Description

Definition at line 153 of file CachedHashString.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 154 of file CachedHashString.h.

◆ getHashValue()

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

Definition at line 162 of file CachedHashString.h.

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

◆ getTombstoneKey()

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

Definition at line 158 of file CachedHashString.h.

◆ isEqual()

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

Definition at line 167 of file CachedHashString.h.

References LHS, and RHS.


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