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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 962 of file Attributes.h.

◆ getHashValue()

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

Definition at line 974 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 968 of file Attributes.h.

◆ isEqual()

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

Definition at line 979 of file Attributes.h.

References LHS, and RHS.


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