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

#include "llvm/TextAPI/SymbolSet.h"

Static Public Member Functions

static SymbolsMapKey getEmptyKey ()
 
static SymbolsMapKey getTombstoneKey ()
 
static unsigned getHashValue (const SymbolsMapKey &Key)
 
static bool isEqual (const SymbolsMapKey &LHS, const SymbolsMapKey &RHS)
 

Detailed Description

Definition at line 32 of file SymbolSet.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 33 of file SymbolSet.h.

References llvm::MachO::GlobalSymbol.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< SymbolsMapKey >::getHashValue ( const SymbolsMapKey Key)
inlinestatic

Definition at line 42 of file SymbolSet.h.

References llvm::hash_combine(), and llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 37 of file SymbolSet.h.

References llvm::MachO::ObjectiveCInstanceVariable.

◆ isEqual()

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

Definition at line 46 of file SymbolSet.h.

References LHS, and RHS.


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