LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LocationSize > Struct 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

Definition at line 330 of file MemoryLocation.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 331 of file MemoryLocation.h.

References llvm::LocationSize::mapEmpty().

◆ getHashValue()

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

Definition at line 335 of file MemoryLocation.h.

References llvm::LocationSize::toRaw().

◆ getTombstoneKey()

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

Definition at line 332 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 338 of file MemoryLocation.h.

References LHS, and RHS.


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