LLVM  8.0.1
Variables
TypeHashing.cpp File Reference
#include "llvm/DebugInfo/CodeView/TypeHashing.h"
#include "llvm/DebugInfo/CodeView/TypeIndexDiscovery.h"
#include "llvm/Support/SHA1.h"
Include dependency graph for TypeHashing.cpp:

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 21 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 23 of file TypeHashing.cpp.