LLVM 23.0.0git
llvm::DenseMapInfo< codeview::LocallyHashedType > Struct Reference

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

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

Static Public Member Functions

static codeview::LocallyHashedType getEmptyKey ()
static codeview::LocallyHashedType getTombstoneKey ()
static unsigned getHashValue (codeview::LocallyHashedType Val)
static bool isEqual (codeview::LocallyHashedType LHS, codeview::LocallyHashedType RHS)

Static Public Attributes

static LLVM_ABI codeview::LocallyHashedType Empty
static LLVM_ABI codeview::LocallyHashedType Tombstone

Detailed Description

Definition at line 185 of file TypeHashing.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 189 of file TypeHashing.h.

References Empty.

◆ getHashValue()

◆ getTombstoneKey()

Definition at line 191 of file TypeHashing.h.

References Tombstone.

◆ isEqual()

Definition at line 197 of file TypeHashing.h.

References LHS, and RHS.

Member Data Documentation

◆ Empty

◆ Tombstone


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