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

#include "llvm/Support/VersionTuple.h"

Static Public Member Functions

static VersionTuple getEmptyKey ()
 
static VersionTuple getTombstoneKey ()
 
static unsigned getHashValue (const VersionTuple &Value)
 
static bool isEqual (const VersionTuple &LHS, const VersionTuple &RHS)
 

Detailed Description

Definition at line 194 of file VersionTuple.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 195 of file VersionTuple.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< VersionTuple >::getHashValue ( const VersionTuple Value)
inlinestatic

Definition at line 199 of file VersionTuple.h.

References llvm::detail::combineHashValue().

◆ getTombstoneKey()

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

Definition at line 196 of file VersionTuple.h.

◆ isEqual()

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

Definition at line 211 of file VersionTuple.h.

References LHS, and RHS.


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