LLVM 22.0.0git
llvm::DenseMapInfo< coverage::CounterExpression > Struct Reference

Provide DenseMapInfo for CounterExpression. More...

#include "llvm/ProfileData/Coverage/CoverageMapping.h"

Inheritance diagram for llvm::DenseMapInfo< coverage::CounterExpression >:
[legend]

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

Member Function Documentation

◆ getEmptyKey()

Definition at line 1497 of file CoverageMapping.h.

◆ getHashValue()

Definition at line 1513 of file CoverageMapping.h.

References llvm::hash_combine().

◆ getTombstoneKey()

Definition at line 1505 of file CoverageMapping.h.

◆ isEqual()

Definition at line 1519 of file CoverageMapping.h.

References LHS, and RHS.


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