LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AttributeSet > Struct Template Reference

#include "llvm/IR/Attributes.h"

Static Public Member Functions

static AttributeSet getEmptyKey ()
 
static AttributeSet getTombstoneKey ()
 
static unsigned getHashValue (AttributeSet AS)
 
static bool isEqual (AttributeSet LHS, AttributeSet RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< AttributeSet >

Definition at line 298 of file Attributes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 299 of file Attributes.h.

◆ getHashValue()

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

Definition at line 311 of file Attributes.h.

◆ getTombstoneKey()

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

Definition at line 305 of file Attributes.h.

◆ isEqual()

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

Definition at line 316 of file Attributes.h.


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