LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueInfo > Struct Template Reference

#include <ModuleSummaryIndex.h>

Static Public Member Functions

static ValueInfo getEmptyKey ()
 
static ValueInfo getTombstoneKey ()
 
static bool isEqual (ValueInfo L, ValueInfo R)
 
static unsigned getHashValue (ValueInfo I)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< ValueInfo >

Definition at line 86 of file ModuleSummaryIndex.h.

Member Function Documentation

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

Definition at line 87 of file ModuleSummaryIndex.h.

static unsigned llvm::DenseMapInfo< ValueInfo >::getHashValue ( ValueInfo  I)
inlinestatic
static ValueInfo llvm::DenseMapInfo< ValueInfo >::getTombstoneKey ( )
inlinestatic

Definition at line 88 of file ModuleSummaryIndex.h.

static bool llvm::DenseMapInfo< ValueInfo >::isEqual ( ValueInfo  L,
ValueInfo  R 
)
inlinestatic

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