LLVM 22.0.0git
llvm::dwarf_linker::classic::DeclMapInfo Struct Reference

Info type for the DenseMap storing the DeclContext pointers. More...

#include "llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h"

Inheritance diagram for llvm::dwarf_linker::classic::DeclMapInfo:
[legend]

Static Public Member Functions

static unsigned getHashValue (const DeclContext *Ctxt)
static bool isEqual (const DeclContext *LHS, const DeclContext *RHS)

Detailed Description

Info type for the DenseMap storing the DeclContext pointers.

Definition at line 170 of file DWARFLinkerDeclContext.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::dwarf_linker::classic::DeclMapInfo::getHashValue ( const DeclContext * Ctxt)
inlinestatic

Definition at line 174 of file DWARFLinkerDeclContext.h.

◆ isEqual()

bool llvm::dwarf_linker::classic::DeclMapInfo::isEqual ( const DeclContext * LHS,
const DeclContext * RHS )
inlinestatic

Definition at line 178 of file DWARFLinkerDeclContext.h.

References LHS, and RHS.


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