LLVM  8.0.1
Public Attributes | List of all members
llvm::CodeViewYAML::DebugHSection Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLTypeHashing.h"

Collaboration diagram for llvm::CodeViewYAML::DebugHSection:
Collaboration graph
[legend]

Public Attributes

uint32_t Magic
 
uint16_t Version
 
uint16_t HashAlgorithm
 
std::vector< GlobalHashHashes
 

Detailed Description

Definition at line 43 of file CodeViewYAMLTypeHashing.h.

Member Data Documentation

◆ HashAlgorithm

uint16_t llvm::CodeViewYAML::DebugHSection::HashAlgorithm

Definition at line 46 of file CodeViewYAMLTypeHashing.h.

Referenced by llvm::CodeViewYAML::fromDebugH().

◆ Hashes

std::vector<GlobalHash> llvm::CodeViewYAML::DebugHSection::Hashes

Definition at line 47 of file CodeViewYAMLTypeHashing.h.

Referenced by llvm::CodeViewYAML::fromDebugH().

◆ Magic

uint32_t llvm::CodeViewYAML::DebugHSection::Magic

Definition at line 44 of file CodeViewYAMLTypeHashing.h.

Referenced by llvm::CodeViewYAML::fromDebugH().

◆ Version

uint16_t llvm::CodeViewYAML::DebugHSection::Version

Definition at line 45 of file CodeViewYAMLTypeHashing.h.

Referenced by llvm::CodeViewYAML::fromDebugH().


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