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

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

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

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 343 of file ExecutorAddress.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 344 of file ExecutorAddress.h.

◆ getHashValue()

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

Definition at line 351 of file ExecutorAddress.h.

References llvm::orc::ExecutorAddr::getValue().

◆ getTombstoneKey()

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

Definition at line 347 of file ExecutorAddress.h.

◆ isEqual()

Definition at line 355 of file ExecutorAddress.h.

References LHS, and RHS.


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