LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< coverage::CounterExpression > Struct 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

Provide DenseMapInfo for CounterExpression.

Definition at line 1422 of file CoverageMapping.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 1423 of file CoverageMapping.h.

◆ getHashValue()

Definition at line 1439 of file CoverageMapping.h.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 1431 of file CoverageMapping.h.

◆ isEqual()

Definition at line 1445 of file CoverageMapping.h.

References LHS, and RHS.


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