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

#include "llvm/ExecutionEngine/Orc/SymbolStringPool.h"

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

Static Public Member Functions

static orc::NonOwningSymbolStringPtr getEmptyKey ()
static orc::NonOwningSymbolStringPtr getTombstoneKey ()
static unsigned getHashValue (const orc::SymbolStringPtrBase &V)
static bool isEqual (const orc::SymbolStringPtrBase &LHS, const orc::SymbolStringPtrBase &RHS)

Detailed Description

Definition at line 344 of file SymbolStringPool.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 346 of file SymbolStringPool.h.

◆ getHashValue()

Definition at line 354 of file SymbolStringPool.h.

References getHashValue().

Referenced by getHashValue().

◆ getTombstoneKey()

Definition at line 350 of file SymbolStringPool.h.

◆ isEqual()

Definition at line 359 of file SymbolStringPool.h.

References LHS, and RHS.


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