LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AttributeSet > Struct Template Reference

#include <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 366 of file Attributes.h.

Member Function Documentation

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

Definition at line 367 of file Attributes.h.

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

Definition at line 377 of file Attributes.h.

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

Definition at line 372 of file Attributes.h.

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

Definition at line 381 of file Attributes.h.


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