LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AttributeList > Struct Template 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

template<>
struct llvm::DenseMapInfo< AttributeList >

Definition at line 664 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 665 of file Attributes.h.

◆ getHashValue()

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

Definition at line 677 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 671 of file Attributes.h.

◆ isEqual()

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

Definition at line 682 of file Attributes.h.


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