LLVM 18.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 406 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 407 of file Attributes.h.

◆ getHashValue()

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

Definition at line 419 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 413 of file Attributes.h.

◆ isEqual()

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

Definition at line 424 of file Attributes.h.

References LHS, and RHS.


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