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

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

Static Public Member Functions

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

Static Public Attributes

static codeview::GloballyHashedType Empty
 
static codeview::GloballyHashedType Tombstone
 

Detailed Description

Definition at line 203 of file TypeHashing.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 207 of file TypeHashing.h.

References llvm::Empty.

◆ getHashValue()

Definition at line 211 of file TypeHashing.h.

References llvm::codeview::GloballyHashedType::Hash.

◆ getTombstoneKey()

Definition at line 209 of file TypeHashing.h.

◆ isEqual()

Definition at line 215 of file TypeHashing.h.

References LHS, and RHS.

Member Data Documentation

◆ Empty

Definition at line 204 of file TypeHashing.h.

◆ Tombstone

Definition at line 205 of file TypeHashing.h.


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