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

#include "llvm/Analysis/MemoryLocation.h"

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

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

Definition at line 343 of file MemoryLocation.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 344 of file MemoryLocation.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 348 of file MemoryLocation.h.

◆ isEqual()

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

Definition at line 357 of file MemoryLocation.h.

References LHS, and RHS.


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