LLVM: llvm::DenseMapInfo< sandboxir::Context::CallbackID > Struct Reference (original) (raw)

#include "[llvm/SandboxIR/Context.h](SandboxIR%5F2Context%5F8h%5Fsource.html)"

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

using llvm::DenseMapInfo< sandboxir::Context::CallbackID >::CallbackID = sandboxir::Context::CallbackID

Definition at line 315 of file Context.h.

ReprInfo

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

Definition at line 316 of file Context.h.

Member Function Documentation

getEmptyKey()

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

Definition at line 318 of file Context.h.

getHashValue()

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

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

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

Definition at line 327 of file Context.h.

References LHS, and RHS.


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