LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::object::coff_aux_section_definition Struct Reference

#include <COFF.h>

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

Public Attributes

support::ulittle32_t Length
 
support::ulittle16_t NumberOfRelocations
 
support::ulittle16_t NumberOfLinenumbers
 
support::ulittle32_t CheckSum
 
support::ulittle16_t Number
 
support::ulittle8_t Selection
 
char Unused [3]
 

Detailed Description

Definition at line 213 of file Object/COFF.h.

Member Data Documentation

support::ulittle32_t llvm::object::coff_aux_section_definition::CheckSum

Definition at line 217 of file Object/COFF.h.

support::ulittle32_t llvm::object::coff_aux_section_definition::Length

Definition at line 214 of file Object/COFF.h.

support::ulittle16_t llvm::object::coff_aux_section_definition::Number

Definition at line 218 of file Object/COFF.h.

support::ulittle16_t llvm::object::coff_aux_section_definition::NumberOfLinenumbers

Definition at line 216 of file Object/COFF.h.

support::ulittle16_t llvm::object::coff_aux_section_definition::NumberOfRelocations

Definition at line 215 of file Object/COFF.h.

support::ulittle8_t llvm::object::coff_aux_section_definition::Selection

Definition at line 219 of file Object/COFF.h.

char llvm::object::coff_aux_section_definition::Unused[3]

Definition at line 220 of file Object/COFF.h.


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