LLVM 22.0.0git
llvm::DenseMapInfo< cas::CASID > Struct Reference

#include "llvm/CAS/CASID.h"

Inheritance diagram for llvm::DenseMapInfo< cas::CASID >:
[legend]

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()

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

Definition at line 132 of file CASID.h.

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

◆ getHashValue()

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

Definition at line 138 of file CASID.h.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 134 of file CASID.h.

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

◆ isEqual()

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: