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 987 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 988 of file Attributes.h.

◆ getHashValue()

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

Definition at line 1000 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 994 of file Attributes.h.

◆ isEqual()

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

Definition at line 1005 of file Attributes.h.

References LHS, and RHS.


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