LLVM 22.0.0git
llvm::DenseMapInfo< codeview::TypeIndex > Struct Reference

#include "llvm/DebugInfo/CodeView/TypeIndex.h"

Inheritance diagram for llvm::DenseMapInfo< codeview::TypeIndex >:
[legend]

Static Public Member Functions

static codeview::TypeIndex getEmptyKey ()
static codeview::TypeIndex getTombstoneKey ()
static unsigned getHashValue (const codeview::TypeIndex &TI)
static bool isEqual (const codeview::TypeIndex &LHS, const codeview::TypeIndex &RHS)

Detailed Description

Definition at line 292 of file TypeIndex.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 293 of file TypeIndex.h.

◆ getHashValue()

Definition at line 299 of file TypeIndex.h.

References llvm::codeview::TypeIndex::getIndex().

◆ getTombstoneKey()

codeview::TypeIndex llvm::DenseMapInfo< codeview::TypeIndex >::getTombstoneKey ( )
inlinestatic

Definition at line 296 of file TypeIndex.h.

◆ isEqual()

Definition at line 302 of file TypeIndex.h.

References LHS, and RHS.


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