LLVM 19.0.0git
Static Public Member Functions | List of all members
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:
Inheritance graph
[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()

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

Definition at line 174 of file DWARFLinkerDeclContext.h.

◆ isEqual()

static 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: