LLVM 23.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 unsigned getHashValue (AttributeSet AS)
static bool isEqual (AttributeSet LHS, AttributeSet RHS)

Detailed Description

Provide DenseMapInfo for AttributeSet.

Definition at line 529 of file Attributes.h.

Member Function Documentation

◆ getHashValue()

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

Definition at line 530 of file Attributes.h.

◆ isEqual()

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

Definition at line 534 of file Attributes.h.

References LHS, and RHS.


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