LLVM 22.0.0git
llvm::DenseMapInfo< AttributeSet, void > Struct Reference

Provide DenseMapInfo for AttributeSet. More...

#include "llvm/IR/Attributes.h"

Inheritance diagram for llvm::DenseMapInfo< AttributeSet, void >:
[legend]

Static Public Member Functions

static AttributeSet getEmptyKey ()
static AttributeSet getTombstoneKey ()
static unsigned getHashValue (AttributeSet AS)
static bool isEqual (AttributeSet LHS, AttributeSet RHS)

Detailed Description

Provide DenseMapInfo for AttributeSet.

Definition at line 481 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

AttributeSet llvm::DenseMapInfo< AttributeSet, void >::getEmptyKey ( )
inlinestatic

Definition at line 482 of file Attributes.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< AttributeSet, void >::getHashValue ( AttributeSet AS)
inlinestatic

Definition at line 494 of file Attributes.h.

◆ getTombstoneKey()

AttributeSet llvm::DenseMapInfo< AttributeSet, void >::getTombstoneKey ( )
inlinestatic

Definition at line 488 of file Attributes.h.

◆ isEqual()

bool llvm::DenseMapInfo< AttributeSet, void >::isEqual ( AttributeSet LHS,
AttributeSet RHS )
inlinestatic

Definition at line 499 of file Attributes.h.

References LHS, and RHS.


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