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

Detailed Description

Definition at line 953 of file StringRef.h.

Member Function Documentation

◆ getHashValue()

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

References LLVM_ABI.

◆ isEqual()

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

Definition at line 956 of file StringRef.h.

References LHS, and RHS.


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