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

#include "llvm/IR/Attributes.h"

Static Public Member Functions

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

Detailed Description

Definition at line 457 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 458 of file Attributes.h.

◆ getHashValue()

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

Definition at line 470 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 464 of file Attributes.h.

◆ isEqual()

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

Definition at line 475 of file Attributes.h.

References LHS, and RHS.


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