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

#include "llvm/MC/MCRegister.h"

Static Public Member Functions

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

Detailed Description

Definition at line 108 of file MCRegister.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 109 of file MCRegister.h.

◆ getHashValue()

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

Definition at line 115 of file MCRegister.h.

References llvm::MCRegister::id().

◆ getTombstoneKey()

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

Definition at line 112 of file MCRegister.h.

◆ isEqual()

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

Definition at line 118 of file MCRegister.h.

References LHS, and RHS.


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