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

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

Static Public Member Functions

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

Detailed Description

Definition at line 211 of file MemoryFlags.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 212 of file MemoryFlags.h.

◆ getHashValue()

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

Definition at line 216 of file MemoryFlags.h.

◆ getTombstoneKey()

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

Definition at line 213 of file MemoryFlags.h.

◆ isEqual()

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

Definition at line 220 of file MemoryFlags.h.

References LHS, and RHS.


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