LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< MemoryLocation > Struct Template Reference

#include <MemoryLocation.h>

Static Public Member Functions

static MemoryLocation getEmptyKey ()
 
static MemoryLocation getTombstoneKey ()
 
static unsigned getHashValue (const MemoryLocation &Val)
 
static bool isEqual (const MemoryLocation &LHS, const MemoryLocation &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< MemoryLocation >

Definition at line 124 of file MemoryLocation.h.

Member Function Documentation

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

Definition at line 125 of file MemoryLocation.h.

static unsigned llvm::DenseMapInfo< MemoryLocation >::getHashValue ( const MemoryLocation Val)
inlinestatic
static MemoryLocation llvm::DenseMapInfo< MemoryLocation >::getTombstoneKey ( )
inlinestatic

Definition at line 128 of file MemoryLocation.h.

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

Definition at line 136 of file MemoryLocation.h.


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