LLVM 22.0.0git
llvm::object::XCOFFSectionHeader32 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Inheritance diagram for llvm::object::XCOFFSectionHeader32:
[legend]

Public Attributes

char Name [XCOFF::NameSize]
support::ubig32_t PhysicalAddress
support::ubig32_t VirtualAddress
support::ubig32_t SectionSize
support::ubig32_t FileOffsetToRawData
support::ubig32_t FileOffsetToRelocationInfo
support::ubig32_t FileOffsetToLineNumberInfo
support::ubig16_t NumberOfRelocations
support::ubig16_t NumberOfLineNumbers
support::big32_t Flags

Additional Inherited Members

Public Member Functions inherited from llvm::object::XCOFFSectionHeader< XCOFFSectionHeader32 >
StringRef getName () const
uint16_t getSectionType () const
uint32_t getSectionSubtype () const
bool isReservedSectionType () const
Static Public Attributes inherited from llvm::object::XCOFFSectionHeader< XCOFFSectionHeader32 >
static constexpr unsigned SectionFlagsReservedMask
static constexpr unsigned SectionFlagsTypeMask

Detailed Description

Definition at line 184 of file XCOFFObjectFile.h.

Member Data Documentation

◆ FileOffsetToLineNumberInfo

support::ubig32_t llvm::object::XCOFFSectionHeader32::FileOffsetToLineNumberInfo

Definition at line 191 of file XCOFFObjectFile.h.

◆ FileOffsetToRawData

support::ubig32_t llvm::object::XCOFFSectionHeader32::FileOffsetToRawData

Definition at line 189 of file XCOFFObjectFile.h.

◆ FileOffsetToRelocationInfo

support::ubig32_t llvm::object::XCOFFSectionHeader32::FileOffsetToRelocationInfo

Definition at line 190 of file XCOFFObjectFile.h.

◆ Flags

support::big32_t llvm::object::XCOFFSectionHeader32::Flags

Definition at line 194 of file XCOFFObjectFile.h.

◆ Name

char llvm::object::XCOFFSectionHeader32::Name[XCOFF::NameSize]

Definition at line 185 of file XCOFFObjectFile.h.

◆ NumberOfLineNumbers

support::ubig16_t llvm::object::XCOFFSectionHeader32::NumberOfLineNumbers

Definition at line 193 of file XCOFFObjectFile.h.

◆ NumberOfRelocations

support::ubig16_t llvm::object::XCOFFSectionHeader32::NumberOfRelocations

Definition at line 192 of file XCOFFObjectFile.h.

◆ PhysicalAddress

support::ubig32_t llvm::object::XCOFFSectionHeader32::PhysicalAddress

Definition at line 186 of file XCOFFObjectFile.h.

◆ SectionSize

support::ubig32_t llvm::object::XCOFFSectionHeader32::SectionSize

◆ VirtualAddress

support::ubig32_t llvm::object::XCOFFSectionHeader32::VirtualAddress

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