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

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

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 319 of file SymbolStringPool.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 321 of file SymbolStringPool.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< orc::SymbolStringPtr >::getHashValue ( const orc::SymbolStringPtrBase V)
inlinestatic

Definition at line 329 of file SymbolStringPool.h.

◆ getTombstoneKey()

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

Definition at line 325 of file SymbolStringPool.h.

◆ isEqual()

Definition at line 333 of file SymbolStringPool.h.

References LHS, and RHS.


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