LLVM 22.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< cas::CASID > Struct Reference

#include "llvm/CAS/CASID.h"

Static Public Member Functions

static cas::CASID getEmptyKey ()
 
static cas::CASID getTombstoneKey ()
 
static unsigned getHashValue (cas::CASID ID)
 
static bool isEqual (cas::CASID LHS, cas::CASID RHS)
 

Detailed Description

Definition at line 131 of file CASID.h.

Member Function Documentation

◆ getEmptyKey()

static cas::CASID llvm::DenseMapInfo< cas::CASID >::getEmptyKey ( )
inlinestatic

Definition at line 132 of file CASID.h.

References llvm::cas::CASID::getDenseMapEmptyKey().

◆ getHashValue()

static unsigned llvm::DenseMapInfo< cas::CASID >::getHashValue ( cas::CASID  ID)
inlinestatic

Definition at line 138 of file CASID.h.

References llvm::hash_value().

◆ getTombstoneKey()

static cas::CASID llvm::DenseMapInfo< cas::CASID >::getTombstoneKey ( )
inlinestatic

Definition at line 134 of file CASID.h.

References llvm::cas::CASID::getDenseMapTombstoneKey().

◆ isEqual()

static bool llvm::DenseMapInfo< cas::CASID >::isEqual ( cas::CASID  LHS,
cas::CASID  RHS 
)
inlinestatic

Definition at line 142 of file CASID.h.

References LHS, and RHS.


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