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

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

Collaboration diagram for llvm::DenseMapInfo< codeview::GloballyHashedType >:
Collaboration graph
[legend]

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

template<>
struct llvm::DenseMapInfo< codeview::GloballyHashedType >

Definition at line 169 of file TypeHashing.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 173 of file TypeHashing.h.

◆ getHashValue()

Definition at line 177 of file TypeHashing.h.

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

◆ getTombstoneKey()

Definition at line 175 of file TypeHashing.h.

◆ isEqual()

Definition at line 181 of file TypeHashing.h.

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

Member Data Documentation

◆ Empty

Definition at line 170 of file TypeHashing.h.

◆ Tombstone

Definition at line 171 of file TypeHashing.h.


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