LLVM: llvm::DenseMapInfo< LocIdx > Struct Reference (original) (raw)

#include "[CodeGen/LiveDebugValues/InstrRefBasedImpl.h](InstrRefBasedImpl%5F8h%5Fsource.html)"

Inheritance diagram for llvm::DenseMapInfo< LocIdx >:

[legend]

Static Public Member Functions
static LocIdx getEmptyKey ()
static LocIdx getTombstoneKey ()
static unsigned getHashValue (const LocIdx &Loc)
static bool isEqual (const LocIdx &A, const LocIdx &B)

Detailed Description

Definition at line 217 of file InstrRefBasedImpl.h.

Member Function Documentation

getEmptyKey()

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

Definition at line 218 of file InstrRefBasedImpl.h.

References LiveDebugValues::LocIdx::MakeIllegalLoc().

getHashValue()

unsigned llvm::DenseMapInfo< LocIdx >::getHashValue ( const LocIdx & Loc) inlinestatic

Definition at line 221 of file InstrRefBasedImpl.h.

getTombstoneKey()

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

Definition at line 219 of file InstrRefBasedImpl.h.

References LiveDebugValues::LocIdx::MakeTombstoneLoc().

isEqual()

bool llvm::DenseMapInfo< LocIdx >::isEqual ( const LocIdx & A, const LocIdx & B ) inlinestatic

Definition at line 223 of file InstrRefBasedImpl.h.

References A(), and B().


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