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

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

Static Public Member Functions

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

Detailed Description

Definition at line 299 of file ExecutorAddress.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 300 of file ExecutorAddress.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< orc::ExecutorAddr >::getHashValue ( const orc::ExecutorAddr Addr)
inlinestatic

Definition at line 307 of file ExecutorAddress.h.

References Addr.

◆ getTombstoneKey()

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

Definition at line 303 of file ExecutorAddress.h.

◆ isEqual()

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

Definition at line 311 of file ExecutorAddress.h.

References LHS, and RHS.


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