LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< StringRef, void > Struct Reference

#include "llvm/ADT/StringRef.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

Definition at line 909 of file StringRef.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 910 of file StringRef.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 915 of file StringRef.h.

◆ isEqual()

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

Definition at line 922 of file StringRef.h.

References LHS, and RHS.


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