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

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

Member Function Documentation

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

Definition at line 51 of file CachedHashString.h.

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

Definition at line 57 of file CachedHashString.h.

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

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

Definition at line 54 of file CachedHashString.h.

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

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