LLVM API Documentation

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

#include <Metadata.h>

List of all members.

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)

Detailed Description

template<>
struct llvm::DenseMapInfo< AAMDNodes >

Definition at line 105 of file Metadata.h.


Member Function Documentation

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]
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.


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