LLVM 17.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 964 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 965 of file Attributes.h.

◆ getHashValue()

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

Definition at line 977 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 971 of file Attributes.h.

◆ isEqual()

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

Definition at line 982 of file Attributes.h.

References LHS, and RHS.


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