LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< CIEKey > Struct Template Reference

List of all members.

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 1443 of file MCDwarf.cpp.


Member Function Documentation

static CIEKey llvm::DenseMapInfo< CIEKey >::getEmptyKey ( ) [inline, static]

Definition at line 1444 of file MCDwarf.cpp.

static unsigned llvm::DenseMapInfo< CIEKey >::getHashValue ( const CIEKey &  Key) [inline, static]

Definition at line 1450 of file MCDwarf.cpp.

References llvm::hash_combine().

static CIEKey llvm::DenseMapInfo< CIEKey >::getTombstoneKey ( ) [inline, static]

Definition at line 1447 of file MCDwarf.cpp.

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

Definition at line 1457 of file MCDwarf.cpp.


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