LLVM: llvm::object::coff_aux_section_definition Struct Reference (original) (raw)

#include "[llvm/Object/COFF.h](Object%5F2COFF%5F8h%5Fsource.html)"

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

Definition at line 520 of file COFF.h.

getNumber()

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

CheckSum

Length

NumberHighPart

NumberLowPart

NumberOfLinenumbers

NumberOfRelocations

Selection

uint8_t llvm::object::coff_aux_section_definition::Selection

Definition at line 526 of file COFF.h.

Unused

uint8_t llvm::object::coff_aux_section_definition::Unused

Definition at line 527 of file COFF.h.


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