LLVM 22.0.0git
TypeHashing.cpp File Reference

Go to the source code of this file.

Variables

LocallyHashedType DenseMapInfo< LocallyHashedType >::Empty {0, {}}
LocallyHashedType DenseMapInfo< LocallyHashedType >::Tombstone {hash_code(-1), {}}
static std::array< uint8_t, 8 > EmptyHash
static std::array< uint8_t, 8 > TombstoneHash
GloballyHashedType DenseMapInfo< GloballyHashedType >::Empty {EmptyHash}
GloballyHashedType DenseMapInfo< GloballyHashedType >::Tombstone {TombstoneHash}

Variable Documentation

◆ DenseMapInfo< GloballyHashedType >::Empty

◆ DenseMapInfo< GloballyHashedType >::Tombstone

◆ DenseMapInfo< LocallyHashedType >::Empty

◆ DenseMapInfo< LocallyHashedType >::Tombstone

◆ EmptyHash

std::array<uint8_t, 8> EmptyHash
static
Initial value:
= {
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}

Definition at line 20 of file TypeHashing.cpp.

◆ TombstoneHash

std::array<uint8_t, 8> TombstoneHash
static
Initial value:
= {
{0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}

Definition at line 22 of file TypeHashing.cpp.