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

#include <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 153 of file CachedHashString.h.

Member Function Documentation

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

Definition at line 154 of file CachedHashString.h.

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

Definition at line 162 of file CachedHashString.h.

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

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

Definition at line 158 of file CachedHashString.h.

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

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