LLVM 20.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< sandboxir::Context::CallbackID > Struct Reference

#include "llvm/SandboxIR/Context.h"

Public Types

using CallbackID = sandboxir::Context::CallbackID
 
using ReprInfo = DenseMapInfo< CallbackID::ValTy >
 

Static Public Member Functions

static CallbackID getEmptyKey ()
 
static CallbackID getTombstoneKey ()
 
static unsigned getHashValue (const CallbackID &ID)
 
static bool isEqual (const CallbackID &LHS, const CallbackID &RHS)
 

Detailed Description

Definition at line 288 of file Context.h.

Member Typedef Documentation

◆ CallbackID

Definition at line 289 of file Context.h.

◆ ReprInfo

Definition at line 290 of file Context.h.

Member Function Documentation

◆ getEmptyKey()

static CallbackID llvm::DenseMapInfo< sandboxir::Context::CallbackID >::getEmptyKey ( )
inlinestatic

Definition at line 292 of file Context.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< sandboxir::Context::CallbackID >::getHashValue ( const CallbackID ID)
inlinestatic

Definition at line 298 of file Context.h.

◆ getTombstoneKey()

static CallbackID llvm::DenseMapInfo< sandboxir::Context::CallbackID >::getTombstoneKey ( )
inlinestatic

Definition at line 295 of file Context.h.

◆ isEqual()

static bool llvm::DenseMapInfo< sandboxir::Context::CallbackID >::isEqual ( const CallbackID LHS,
const CallbackID RHS 
)
inlinestatic

Definition at line 301 of file Context.h.

References LHS, and RHS.


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