LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< CachedHashStringRef > Struct Template 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

template<>
struct llvm::DenseMapInfo< CachedHashStringRef >

Definition at line 51 of file CachedHashString.h.

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

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

Definition at line 58 of file CachedHashString.h.

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

◆ getTombstoneKey()

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

◆ isEqual()

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

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