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

#include "llvm/BinaryFormat/WasmTraits.h"

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

Static Public Member Functions

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

Detailed Description

Definition at line 87 of file WasmTraits.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 88 of file WasmTraits.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< wasm::WasmTableType, void >::getHashValue ( const wasm::WasmTableType & TableType)
inlinestatic

Definition at line 97 of file WasmTraits.h.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 92 of file WasmTraits.h.

◆ isEqual()

Definition at line 102 of file WasmTraits.h.

References LHS, and RHS.


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