LLVM 19.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 316 of file SymbolStringPool.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 318 of file SymbolStringPool.h.

◆ getHashValue()

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

Definition at line 326 of file SymbolStringPool.h.

◆ getTombstoneKey()

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

Definition at line 322 of file SymbolStringPool.h.

◆ isEqual()

Definition at line 330 of file SymbolStringPool.h.

References LHS, and RHS.


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