LLVM 23.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 unsigned getHashValue (const orc::AllocGroup &Val)
static bool isEqual (const orc::AllocGroup &LHS, const orc::AllocGroup &RHS)

Detailed Description

Definition at line 222 of file MemoryFlags.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 223 of file MemoryFlags.h.

◆ getHashValue()

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

Definition at line 226 of file MemoryFlags.h.

◆ isEqual()

Definition at line 229 of file MemoryFlags.h.

References LHS, and RHS.


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