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

#include "llvm/Object/COFF.h"

Public Attributes

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

Detailed Description

Definition at line 829 of file COFF.h.

Member Data Documentation

◆ HashAlgorithm

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

Definition at line 832 of file COFF.h.

◆ Magic

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

Definition at line 830 of file COFF.h.

◆ Version

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

Definition at line 831 of file COFF.h.


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