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

#include "llvm/CodeGen/MachineBasicBlock.h"

Public Types

using TypeInfo = DenseMapInfo< MBBSectionID::SectionType >
 
using NumberInfo = DenseMapInfo< unsigned >
 

Static Public Member Functions

static MBBSectionID getEmptyKey ()
 
static MBBSectionID getTombstoneKey ()
 
static unsigned getHashValue (const MBBSectionID &SecID)
 
static bool isEqual (const MBBSectionID &LHS, const MBBSectionID &RHS)
 

Detailed Description

Definition at line 78 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ NumberInfo

Definition at line 80 of file MachineBasicBlock.h.

◆ TypeInfo

Definition at line 79 of file MachineBasicBlock.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 82 of file MachineBasicBlock.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< MBBSectionID >::getHashValue ( const MBBSectionID SecID)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 85 of file MachineBasicBlock.h.

◆ isEqual()

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

Definition at line 92 of file MachineBasicBlock.h.

References LHS, and RHS.


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