LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< sampleprof::LineLocation > Struct Template Reference

#include <SampleProf.h>

Public Types

typedef DenseMapInfo< intOffsetInfo
 
typedef DenseMapInfo< unsignedDiscriminatorInfo
 

Static Public Member Functions

static sampleprof::LineLocation getEmptyKey ()
 
static sampleprof::LineLocation getTombstoneKey ()
 
static unsigned getHashValue (sampleprof::LineLocation Val)
 
static bool isEqual (sampleprof::LineLocation LHS, sampleprof::LineLocation RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< sampleprof::LineLocation >

Definition at line 79 of file SampleProf.h.

Member Typedef Documentation

Definition at line 81 of file SampleProf.h.

Definition at line 80 of file SampleProf.h.

Member Function Documentation

static sampleprof::LineLocation llvm::DenseMapInfo< sampleprof::LineLocation >::getEmptyKey ( )
inlinestatic

Definition at line 82 of file SampleProf.h.

static unsigned llvm::DenseMapInfo< sampleprof::LineLocation >::getHashValue ( sampleprof::LineLocation  Val)
inlinestatic
static sampleprof::LineLocation llvm::DenseMapInfo< sampleprof::LineLocation >::getTombstoneKey ( )
inlinestatic

Definition at line 86 of file SampleProf.h.


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