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

#include "llvm/Analysis/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 288 of file MemoryLocation.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 289 of file MemoryLocation.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 293 of file MemoryLocation.h.

◆ isEqual()

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

Definition at line 302 of file MemoryLocation.h.


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