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

#include <DenseMapInfo.h>

Static Public Member Functions

static StringRef getEmptyKey ()
 
static StringRef getTombstoneKey ()
 
static unsigned getHashValue (StringRef Val)
 
static bool isEqual (StringRef LHS, StringRef RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< StringRef >

Definition at line 169 of file DenseMapInfo.h.

Member Function Documentation

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

Definition at line 170 of file DenseMapInfo.h.

static unsigned llvm::DenseMapInfo< StringRef >::getHashValue ( StringRef  Val)
inlinestatic

Definition at line 178 of file DenseMapInfo.h.

References llvm::StringRef::data(), and llvm::hash_value().

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

Definition at line 174 of file DenseMapInfo.h.

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

Definition at line 184 of file DenseMapInfo.h.

References llvm::StringRef::data().


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