LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< SampleContext > Struct Reference

#include "llvm/ProfileData/SampleProf.h"

Static Public Member Functions

static SampleContext getEmptyKey ()
 
static SampleContext getTombstoneKey ()
 
static unsigned getHashValue (const SampleContext &Val)
 
static bool isEqual (const SampleContext &LHS, const SampleContext &RHS)
 

Detailed Description

Definition at line 1547 of file SampleProf.h.

Member Function Documentation

◆ getEmptyKey()

static SampleContext llvm::DenseMapInfo< SampleContext >::getEmptyKey ( )
inlinestatic

Definition at line 1548 of file SampleProf.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< SampleContext >::getHashValue ( const SampleContext Val)
inlinestatic

Definition at line 1554 of file SampleProf.h.

References llvm::sampleprof::SampleContext::getHashCode().

◆ getTombstoneKey()

static SampleContext llvm::DenseMapInfo< SampleContext >::getTombstoneKey ( )
inlinestatic

Definition at line 1550 of file SampleProf.h.

◆ isEqual()

static bool llvm::DenseMapInfo< SampleContext >::isEqual ( const SampleContext LHS,
const SampleContext RHS 
)
inlinestatic

Definition at line 1558 of file SampleProf.h.

References LHS, and RHS.


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