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

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

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

Static Public Member Functions

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

Detailed Description

Definition at line 324 of file SymbolStringPool.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 326 of file SymbolStringPool.h.

◆ getHashValue()

Definition at line 334 of file SymbolStringPool.h.

◆ getTombstoneKey()

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

Definition at line 330 of file SymbolStringPool.h.

◆ isEqual()

Definition at line 338 of file SymbolStringPool.h.

References LHS, and RHS.


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