LLVM 19.0.0git
Variables
TypeHashing.cpp File Reference
#include "llvm/DebugInfo/CodeView/TypeHashing.h"
#include "llvm/DebugInfo/CodeView/TypeIndexDiscovery.h"
#include "llvm/Support/BLAKE3.h"

Go to the source code of this file.

Variables

static std::array< uint8_t, 8 > EmptyHash
 
static std::array< uint8_t, 8 > TombstoneHash
 

Variable Documentation

◆ 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.