LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< orc::AllocGroup > Struct Reference

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

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

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

Definition at line 226 of file MemoryFlags.h.

◆ getHashValue()

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

Definition at line 232 of file MemoryFlags.h.

◆ getTombstoneKey()

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

Definition at line 229 of file MemoryFlags.h.

◆ isEqual()

static bool llvm::DenseMapInfo< orc::AllocGroup >::isEqual ( const orc::AllocGroup LHS,
const orc::AllocGroup RHS 
)
inlinestatic

Definition at line 235 of file MemoryFlags.h.

References LHS, and RHS.


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