LLVM 22.0.0git
llvm::DenseMapInfo< orc::AllocGroup > Struct Reference

#include "llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h"

Inheritance diagram for llvm::DenseMapInfo< orc::AllocGroup >:
[legend]

Static Public Member Functions

static orc::AllocGroup getEmptyKey ()
static orc::AllocGroup getTombstoneKey ()
static unsigned getHashValue (const orc::AllocGroup &Val)
static bool isEqual (const orc::AllocGroup &LHS, const orc::AllocGroup &RHS)

Detailed Description

Definition at line 225 of file MemoryFlags.h.

Member Function Documentation

◆ getEmptyKey()

orc::AllocGroup llvm::DenseMapInfo< orc::AllocGroup >::getEmptyKey ( )
inlinestatic

Definition at line 226 of file MemoryFlags.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< orc::AllocGroup >::getHashValue ( const orc::AllocGroup & Val)
inlinestatic

Definition at line 232 of file MemoryFlags.h.

◆ getTombstoneKey()

orc::AllocGroup llvm::DenseMapInfo< orc::AllocGroup >::getTombstoneKey ( )
inlinestatic

Definition at line 229 of file MemoryFlags.h.

◆ isEqual()

Definition at line 235 of file MemoryFlags.h.

References LHS, and RHS.


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