LLVM 23.0.0git
llvm::DenseMapInfo< minidump::StreamType > Struct Reference

#include "llvm/BinaryFormat/Minidump.h"

Inheritance diagram for llvm::DenseMapInfo< minidump::StreamType >:
[legend]

Static Public Member Functions

static minidump::StreamType getEmptyKey ()
static minidump::StreamType getTombstoneKey ()
static unsigned getHashValue (minidump::StreamType Val)
static bool isEqual (minidump::StreamType LHS, minidump::StreamType RHS)

Detailed Description

Definition at line 272 of file Minidump.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 273 of file Minidump.h.

◆ getHashValue()

Definition at line 279 of file Minidump.h.

◆ getTombstoneKey()

minidump::StreamType llvm::DenseMapInfo< minidump::StreamType >::getTombstoneKey ( )
inlinestatic

Definition at line 275 of file Minidump.h.

◆ isEqual()

Definition at line 283 of file Minidump.h.

References LHS, and RHS.


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