LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueIDNum > Struct Reference

#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"

Static Public Member Functions

static ValueIDNum getEmptyKey ()
 
static ValueIDNum getTombstoneKey ()
 
static unsigned getHashValue (const ValueIDNum &Val)
 
static bool isEqual (const ValueIDNum &A, const ValueIDNum &B)
 

Detailed Description

Definition at line 187 of file InstrRefBasedImpl.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 188 of file InstrRefBasedImpl.h.

References LiveDebugValues::ValueIDNum::EmptyValue.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 189 of file InstrRefBasedImpl.h.

References LiveDebugValues::ValueIDNum::TombstoneValue.

◆ isEqual()

static bool llvm::DenseMapInfo< ValueIDNum >::isEqual ( const ValueIDNum A,
const ValueIDNum B 
)
inlinestatic

Definition at line 197 of file InstrRefBasedImpl.h.

References A, and B.


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