LLVM 19.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
llvm::DenseMapInfo< codeview::LocallyHashedType > Struct Reference

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

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 codeview::LocallyHashedType Empty
 
static codeview::LocallyHashedType Tombstone
 

Detailed Description

Definition at line 183 of file TypeHashing.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 187 of file TypeHashing.h.

References llvm::Empty.

◆ getHashValue()

Definition at line 191 of file TypeHashing.h.

References llvm::codeview::LocallyHashedType::Hash.

◆ getTombstoneKey()

static codeview::LocallyHashedType llvm::DenseMapInfo< codeview::LocallyHashedType >::getTombstoneKey ( )
inlinestatic

Definition at line 189 of file TypeHashing.h.

◆ isEqual()

Definition at line 195 of file TypeHashing.h.

References LHS, and RHS.

Member Data Documentation

◆ Empty

Definition at line 184 of file TypeHashing.h.

◆ Tombstone

Definition at line 185 of file TypeHashing.h.


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