LLVM 22.0.0git
llvm::DenseMapInfo< CachedHashStringRef > Struct Reference

#include "llvm/ADT/CachedHashString.h"

Inheritance diagram for llvm::DenseMapInfo< CachedHashStringRef >:
[legend]

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()

Definition at line 51 of file CachedHashString.h.

Referenced by getHashValue().

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 54 of file CachedHashString.h.

Referenced by getHashValue().

◆ isEqual()

Definition at line 62 of file CachedHashString.h.


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