struct DeclMapInfo

Declaration

struct DeclMapInfo : private DenseMapInfo { /* full declaration omitted */ };

Description

Info type for the DenseMap storing the DeclContext pointers.

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h:148

Inherits from: DenseMapInfo

Method Overview

  • public static unsigned int getHashValue(const llvm::DeclContext * Ctxt)
  • public static bool isEqual(const llvm::DeclContext * LHS, const llvm::DeclContext * RHS)

Methods

static unsigned int getHashValue(
    const llvm::DeclContext* Ctxt)

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h:152

Parameters

const llvm::DeclContext* Ctxt

static bool isEqual(const llvm::DeclContext* LHS,
                    const llvm::DeclContext* RHS)

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinkerDeclContext.h:156

Parameters

const llvm::DeclContext* LHS
const llvm::DeclContext* RHS