LLVM 22.0.0git
llvm::DenseMapInfo< SymbolsMapKey > Struct Reference

#include "llvm/TextAPI/SymbolSet.h"

Inheritance diagram for llvm::DenseMapInfo< SymbolsMapKey >:
[legend]

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 33 of file SymbolSet.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 34 of file SymbolSet.h.

References llvm::MachO::GlobalSymbol.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 38 of file SymbolSet.h.

References llvm::MachO::ObjectiveCInstanceVariable.

◆ isEqual()

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

Definition at line 47 of file SymbolSet.h.

References LHS, and RHS.


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