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

#include "[llvm/IR/ValueHandle.h](ValueHandle%5F8h%5Fsource.html)"

Inheritance diagram for llvm::DenseMapInfo< WeakVH >:

[legend]

Static Public Member Functions
static WeakVH getEmptyKey ()
static WeakVH getTombstoneKey ()
static unsigned getHashValue (const WeakVH &Val)
static bool isEqual (const WeakVH &LHS, const WeakVH &RHS)

Detailed Description

Definition at line 180 of file ValueHandle.h.

Member Function Documentation

getEmptyKey()

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

Definition at line 181 of file ValueHandle.h.

getHashValue()

unsigned llvm::DenseMapInfo< WeakVH >::getHashValue ( const WeakVH & Val) inlinestatic

Definition at line 189 of file ValueHandle.h.

getTombstoneKey()

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

Definition at line 185 of file ValueHandle.h.

isEqual()

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

Definition at line 193 of file ValueHandle.h.

References LHS, and RHS.


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