LLDB mainline
llvm::DenseMapInfo< lldb_private::SymbolContext > Struct Reference

DenseMapInfo implementation. More...

#include <SymbolContext.h>

Static Public Member Functions

static lldb_private::SymbolContext getEmptyKey ()
static lldb_private::SymbolContext getTombstoneKey ()
static unsigned getHashValue (const lldb_private::SymbolContext &sc)
static bool isEqual (const lldb_private::SymbolContext &lhs, const lldb_private::SymbolContext &rhs)

Detailed Description

DenseMapInfo implementation.

Definition at line 519 of file SymbolContext.h.

Member Function Documentation

◆ getEmptyKey()

lldb_private::SymbolContext llvm::DenseMapInfo< lldb_private::SymbolContext >::getEmptyKey ( )
inlinestatic

Definition at line 520 of file SymbolContext.h.

References lldb_private::SymbolContext::function.

◆ getHashValue()

◆ getTombstoneKey()

lldb_private::SymbolContext llvm::DenseMapInfo< lldb_private::SymbolContext >::getTombstoneKey ( )
inlinestatic

Definition at line 526 of file SymbolContext.h.

References lldb_private::SymbolContext::function.

◆ isEqual()


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