LLVM 22.0.0git
llvm::DenseMapInfo< sandboxir::Context::CallbackID > Struct Reference

#include "llvm/SandboxIR/Context.h"

Inheritance diagram for llvm::DenseMapInfo< sandboxir::Context::CallbackID >:
[legend]

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 314 of file Context.h.

Member Typedef Documentation

◆ CallbackID

◆ ReprInfo

Member Function Documentation

◆ getEmptyKey()

Definition at line 318 of file Context.h.

◆ getHashValue()

Definition at line 324 of file Context.h.

◆ getTombstoneKey()

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

Definition at line 321 of file Context.h.

◆ isEqual()

Definition at line 327 of file Context.h.

References LHS, and RHS.


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