LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< AttributeSet > Struct Template Reference

#include <Attributes.h>

List of all members.

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 379 of file Attributes.h.


Member Function Documentation

static AttributeSet llvm::DenseMapInfo< AttributeSet >::getEmptyKey ( ) [inline, static]

Definition at line 380 of file Attributes.h.

static unsigned llvm::DenseMapInfo< AttributeSet >::getHashValue ( AttributeSet  AS) [inline, static]

Definition at line 390 of file Attributes.h.

Definition at line 385 of file Attributes.h.

static bool llvm::DenseMapInfo< AttributeSet >::isEqual ( AttributeSet  LHS,
AttributeSet  RHS 
) [inline, static]

Definition at line 394 of file Attributes.h.


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