LLVM 22.0.0git
llvm::DenseMapInfo< StringRef, void > Struct Reference

#include "llvm/ADT/StringRef.h"

Inheritance diagram for llvm::DenseMapInfo< StringRef, void >:
[legend]

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()

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

Definition at line 927 of file StringRef.h.

Referenced by isEqual().

◆ getHashValue()

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

References LLVM_ABI.

◆ getTombstoneKey()

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

Definition at line 932 of file StringRef.h.

Referenced by isEqual().

◆ isEqual()

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

Definition at line 939 of file StringRef.h.

References data, getEmptyKey(), getTombstoneKey(), LHS, and RHS.


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