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

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

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

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

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

Definition at line 212 of file MemoryFlags.h.

◆ getHashValue()

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

Definition at line 216 of file MemoryFlags.h.

◆ getTombstoneKey()

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

Definition at line 213 of file MemoryFlags.h.

◆ isEqual()

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: