LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::object::coff_aux_section_definition Struct Reference

#include "llvm/Object/COFF.h"

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 511 of file COFF.h.

Member Function Documentation

◆ getNumber()

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

Definition at line 520 of file COFF.h.

References llvm::Number, NumberHighPart, and NumberLowPart.

Member Data Documentation

◆ CheckSum

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

Definition at line 515 of file COFF.h.

◆ Length

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

Definition at line 512 of file COFF.h.

◆ NumberHighPart

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

Definition at line 519 of file COFF.h.

Referenced by getNumber().

◆ NumberLowPart

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

Definition at line 516 of file COFF.h.

Referenced by getNumber().

◆ NumberOfLinenumbers

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

Definition at line 514 of file COFF.h.

◆ NumberOfRelocations

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

Definition at line 513 of file COFF.h.

◆ Selection

uint8_t llvm::object::coff_aux_section_definition::Selection

Definition at line 517 of file COFF.h.

◆ Unused

uint8_t llvm::object::coff_aux_section_definition::Unused

Definition at line 518 of file COFF.h.


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