LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< coverage::CounterExpression > Struct Template Reference

Provide DenseMapInfo for CounterExpression. More...

#include <CoverageMapping.h>

Static Public Member Functions

static coverage::CounterExpression getEmptyKey ()
 
static coverage::CounterExpression getTombstoneKey ()
 
static unsigned getHashValue (const coverage::CounterExpression &V)
 
static bool isEqual (const coverage::CounterExpression &LHS, const coverage::CounterExpression &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< coverage::CounterExpression >

Provide DenseMapInfo for CounterExpression.

Definition at line 460 of file CoverageMapping.h.

Member Function Documentation

Definition at line 461 of file CoverageMapping.h.

static coverage::CounterExpression llvm::DenseMapInfo< coverage::CounterExpression >::getTombstoneKey ( )
inlinestatic

Definition at line 468 of file CoverageMapping.h.


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