LLVM 22.0.0git
llvm::DenseMapInfo< LocationSize > Struct Reference

#include "llvm/Analysis/MemoryLocation.h"

Inheritance diagram for llvm::DenseMapInfo< LocationSize >:
[legend]

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()

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

Definition at line 331 of file MemoryLocation.h.

References llvm::LocationSize::mapEmpty().

◆ getHashValue()

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

Definition at line 335 of file MemoryLocation.h.

References llvm::LocationSize::toRaw().

◆ getTombstoneKey()

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

Definition at line 332 of file MemoryLocation.h.

References llvm::LocationSize::mapTombstone().

◆ isEqual()

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: