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

#include "llvm/IR/Attributes.h"

Static Public Member Functions

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

Detailed Description

Definition at line 982 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 983 of file Attributes.h.

◆ getHashValue()

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

Definition at line 995 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 989 of file Attributes.h.

◆ isEqual()

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

Definition at line 1000 of file Attributes.h.

References LHS, and RHS.


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