LLVM: llvm::DenseMapInfo< coverage::CounterExpression > Struct Reference (original) (raw)
Provide DenseMapInfo for CounterExpression. More...
#include "[llvm/ProfileData/Coverage/CoverageMapping.h](CoverageMapping%5F8h%5Fsource.html)"
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()
| coverage::CounterExpression llvm::DenseMapInfo< coverage::CounterExpression >::getEmptyKey ( ) | inlinestatic |
|---|
Definition at line 1497 of file CoverageMapping.h.
◆ getHashValue()
| unsigned llvm::DenseMapInfo< coverage::CounterExpression >::getHashValue ( const coverage::CounterExpression & V) | inlinestatic |
|---|
Definition at line 1513 of file CoverageMapping.h.
References llvm::hash_combine().
◆ getTombstoneKey()
| coverage::CounterExpression llvm::DenseMapInfo< coverage::CounterExpression >::getTombstoneKey ( ) | inlinestatic |
|---|
Definition at line 1505 of file CoverageMapping.h.
◆ isEqual()
| bool llvm::DenseMapInfo< coverage::CounterExpression >::isEqual ( const coverage::CounterExpression & LHS, const coverage::CounterExpression & RHS ) | inlinestatic |
|---|
Definition at line 1519 of file CoverageMapping.h.
The documentation for this struct was generated from the following file:
- include/llvm/ProfileData/Coverage/CoverageMapping.h