LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< wasm::WasmTableType, void > Struct Reference

#include "llvm/BinaryFormat/WasmTraits.h"

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()

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

Definition at line 88 of file WasmTraits.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 92 of file WasmTraits.h.

◆ isEqual()

static bool llvm::DenseMapInfo< wasm::WasmTableType, void >::isEqual ( const wasm::WasmTableType LHS,
const wasm::WasmTableType RHS 
)
inlinestatic

Definition at line 102 of file WasmTraits.h.

References LHS, and RHS.


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