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

#include "llvm/CodeGen/AccelTable.h"

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

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 273 of file AccelTable.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 274 of file AccelTable.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 277 of file AccelTable.h.

◆ isEqual()

Definition at line 283 of file AccelTable.h.

References LHS, and RHS.


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