LLVM 23.0.0git
llvm::DenseMapInfo< CachedHashString > Struct Reference

#include "llvm/ADT/CachedHashString.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 136 of file CachedHashString.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 137 of file CachedHashString.h.

References llvm::CachedHashString::hash().

◆ isEqual()

Definition at line 138 of file CachedHashString.h.

References LHS, and RHS.


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