LLVM 20.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 1031 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1032 of file Attributes.h.

◆ getHashValue()

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

Definition at line 1044 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 1038 of file Attributes.h.

◆ isEqual()

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

Definition at line 1049 of file Attributes.h.

References LHS, and RHS.


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