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

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

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 291 of file TypeIndex.h.

Member Function Documentation

◆ getEmptyKey()

static codeview::TypeIndex llvm::DenseMapInfo< codeview::TypeIndex >::getEmptyKey ( )
inlinestatic

Definition at line 292 of file TypeIndex.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< codeview::TypeIndex >::getHashValue ( const codeview::TypeIndex TI)
inlinestatic

Definition at line 298 of file TypeIndex.h.

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

◆ getTombstoneKey()

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

Definition at line 295 of file TypeIndex.h.

◆ isEqual()

static bool llvm::DenseMapInfo< codeview::TypeIndex >::isEqual ( const codeview::TypeIndex LHS,
const codeview::TypeIndex RHS 
)
inlinestatic

Definition at line 301 of file TypeIndex.h.

References LHS, and RHS.


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