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

#include "llvm/Analysis/MemoryLocation.h"

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< LocationSize >

Definition at line 273 of file MemoryLocation.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 274 of file MemoryLocation.h.

References llvm::LocationSize::mapEmpty().

◆ getHashValue()

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

Definition at line 280 of file MemoryLocation.h.

References llvm::LocationSize::toRaw().

◆ getTombstoneKey()

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

Definition at line 277 of file MemoryLocation.h.

References llvm::LocationSize::mapTombstone().

◆ isEqual()

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

Definition at line 283 of file MemoryLocation.h.


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