LLVM: lib/DebugInfo/CodeView/TypeHashing.cpp File Reference (original) (raw)

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}

DenseMapInfo< GloballyHashedType >::Empty

DenseMapInfo< GloballyHashedType >::Tombstone

DenseMapInfo< LocallyHashedType >::Empty

DenseMapInfo< LocallyHashedType >::Tombstone

EmptyHash

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.