LLVM 22.0.0git
llvm::DenseMapInfo< wasm::WasmGlobalType, void > Struct Reference

#include "llvm/BinaryFormat/WasmTraits.h"

Inheritance diagram for llvm::DenseMapInfo< wasm::WasmGlobalType, void >:
[legend]

Static Public Member Functions

static wasm::WasmGlobalType getEmptyKey ()
static wasm::WasmGlobalType getTombstoneKey ()
static unsigned getHashValue (const wasm::WasmGlobalType &GlobalType)
static bool isEqual (const wasm::WasmGlobalType &LHS, const wasm::WasmGlobalType &RHS)

Detailed Description

Definition at line 48 of file WasmTraits.h.

Member Function Documentation

◆ getEmptyKey()

wasm::WasmGlobalType llvm::DenseMapInfo< wasm::WasmGlobalType, void >::getEmptyKey ( )
inlinestatic

Definition at line 49 of file WasmTraits.h.

◆ getHashValue()

◆ getTombstoneKey()

wasm::WasmGlobalType llvm::DenseMapInfo< wasm::WasmGlobalType, void >::getTombstoneKey ( )
inlinestatic

Definition at line 52 of file WasmTraits.h.

◆ isEqual()

Definition at line 58 of file WasmTraits.h.

References LHS, and RHS.


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