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

Provide DenseMapInfo for CounterExpression. More...

#include "llvm/ProfileData/Coverage/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 788 of file CoverageMapping.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 789 of file CoverageMapping.h.

References llvm::coverage::Counter::getCounter().

◆ getHashValue()

◆ getTombstoneKey()

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

Definition at line 797 of file CoverageMapping.h.

References llvm::MCID::Add, and llvm::coverage::Counter::getCounter().

◆ isEqual()


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