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

Static Public Member Functions

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

Detailed Description

Definition at line 1835 of file MCDwarf.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1836 of file MCDwarf.cpp.

◆ getHashValue()

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

Definition at line 1839 of file MCDwarf.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 1837 of file MCDwarf.cpp.

◆ isEqual()

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

Definition at line 1846 of file MCDwarf.cpp.

References LHS, and RHS.


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