LLVM 19.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 422 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 423 of file Attributes.h.

◆ getHashValue()

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

Definition at line 435 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 429 of file Attributes.h.

◆ isEqual()

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

Definition at line 440 of file Attributes.h.

References LHS, and RHS.


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