LLVM API Documentation
#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) |
Definition at line 379 of file Attributes.h.
| 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.
| static AttributeSet llvm::DenseMapInfo< AttributeSet >::getTombstoneKey | ( | ) | [inline, static] |
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.