LLVM  8.0.1
Public Attributes | List of all members
llvm::object::debug_h_header Struct Reference

#include "llvm/Object/COFF.h"

Collaboration diagram for llvm::object::debug_h_header:
Collaboration graph
[legend]

Public Attributes

support::ulittle32_t Magic
 
support::ulittle16_t Version
 
support::ulittle16_t HashAlgorithm
 

Detailed Description

Definition at line 757 of file COFF.h.

Member Data Documentation

◆ HashAlgorithm

support::ulittle16_t llvm::object::debug_h_header::HashAlgorithm

Definition at line 760 of file COFF.h.

◆ Magic

support::ulittle32_t llvm::object::debug_h_header::Magic

Definition at line 758 of file COFF.h.

◆ Version

support::ulittle16_t llvm::object::debug_h_header::Version

Definition at line 759 of file COFF.h.


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