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

template<>
struct llvm::DenseMapInfo< CachedHashString >

Definition at line 154 of file CachedHashString.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 155 of file CachedHashString.h.

◆ getHashValue()

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

Definition at line 163 of file CachedHashString.h.

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

◆ getTombstoneKey()

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

Definition at line 159 of file CachedHashString.h.

◆ isEqual()

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

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