LLVM  4.0.0
Public Member Functions | 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:
[legend]

Public Member Functions

int32_t getNumber (bool IsBigObj) const
 

Public Attributes

support::ulittle32_t Length
 
support::ulittle16_t NumberOfRelocations
 
support::ulittle16_t NumberOfLinenumbers
 
support::ulittle32_t CheckSum
 
support::ulittle16_t NumberLowPart
 
uint8_t Selection
 
uint8_t Unused
 
support::ulittle16_t NumberHighPart
 

Detailed Description

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

Member Function Documentation

int32_t llvm::object::coff_aux_section_definition::getNumber ( bool  IsBigObj) const
inline

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

References llvm::Number, NumberHighPart, and NumberLowPart.

Member Data Documentation

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

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

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

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

support::ulittle16_t llvm::object::coff_aux_section_definition::NumberHighPart

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

Referenced by getNumber().

support::ulittle16_t llvm::object::coff_aux_section_definition::NumberLowPart

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

Referenced by getNumber().

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

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

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

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

uint8_t llvm::object::coff_aux_section_definition::Selection

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

uint8_t llvm::object::coff_aux_section_definition::Unused

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


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