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

#include "llvm/CodeGen/MachineBasicBlock.h"

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

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 84 of file MachineBasicBlock.h.

Member Typedef Documentation

◆ NumberInfo

Definition at line 86 of file MachineBasicBlock.h.

◆ TypeInfo

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 88 of file MachineBasicBlock.h.

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 91 of file MachineBasicBlock.h.

◆ isEqual()

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

Definition at line 98 of file MachineBasicBlock.h.

References LHS, and RHS.


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