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

#include "llvm/ADT/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 210 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 211 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 221 of file DenseMapInfo.h.

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

◆ getTombstoneKey()

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

Definition at line 216 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 228 of file DenseMapInfo.h.

References llvm::StringRef::data().


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