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 1419 of file CoverageMapping.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 1420 of file CoverageMapping.h.

◆ getHashValue()

Definition at line 1436 of file CoverageMapping.h.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 1428 of file CoverageMapping.h.

◆ isEqual()

Definition at line 1442 of file CoverageMapping.h.

References LHS, and RHS.


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