LLVM 22.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 LLVM_ABI unsigned getHashValue (StringRef Val)
 
static bool isEqual (StringRef LHS, StringRef RHS)
 

Detailed Description

Definition at line 926 of file StringRef.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 927 of file StringRef.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 932 of file StringRef.h.

◆ isEqual()

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

Definition at line 939 of file StringRef.h.

References data, LHS, and RHS.


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