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

#include "llvm/CodeGen/AccelTable.h"

Static Public Member Functions

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

Detailed Description

Definition at line 272 of file AccelTable.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 273 of file AccelTable.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 276 of file AccelTable.h.

◆ isEqual()

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

Definition at line 282 of file AccelTable.h.

References LHS, and RHS.


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