LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< CIEKey > Struct Template 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

template<>
struct llvm::DenseMapInfo< CIEKey >

Definition at line 1770 of file MCDwarf.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1771 of file MCDwarf.cpp.

◆ getHashValue()

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

Definition at line 1774 of file MCDwarf.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 1772 of file MCDwarf.cpp.

◆ isEqual()

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

Definition at line 1780 of file MCDwarf.cpp.


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