LLVM API Documentation
#include <Metadata.h>
Static Public Member Functions | |
static AAMDNodes | getEmptyKey () |
static AAMDNodes | getTombstoneKey () |
static unsigned | getHashValue (const AAMDNodes &Val) |
static bool | isEqual (const AAMDNodes &LHS, const AAMDNodes &RHS) |
Definition at line 105 of file Metadata.h.
static AAMDNodes llvm::DenseMapInfo< AAMDNodes >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 106 of file Metadata.h.
static unsigned llvm::DenseMapInfo< AAMDNodes >::getHashValue | ( | const AAMDNodes & | Val | ) | [inline, static] |
Definition at line 112 of file Metadata.h.
References llvm::AAMDNodes::NoAlias, llvm::AAMDNodes::Scope, and llvm::AAMDNodes::TBAA.
static AAMDNodes llvm::DenseMapInfo< AAMDNodes >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 109 of file Metadata.h.
static bool llvm::DenseMapInfo< AAMDNodes >::isEqual | ( | const AAMDNodes & | LHS, |
const AAMDNodes & | RHS | ||
) | [inline, static] |
Definition at line 117 of file Metadata.h.