LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::XCOFFSectionHeader32 Struct Reference

#include "llvm/Object/XCOFFObjectFile.h"

Inheritance diagram for llvm::object::XCOFFSectionHeader32:
Inheritance graph
[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 178 of file XCOFFObjectFile.h.

Member Data Documentation

◆ FileOffsetToLineNumberInfo

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

Definition at line 185 of file XCOFFObjectFile.h.

◆ FileOffsetToRawData

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

◆ FileOffsetToRelocationInfo

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

Definition at line 184 of file XCOFFObjectFile.h.

◆ Flags

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

Definition at line 188 of file XCOFFObjectFile.h.

Referenced by llvm::object::XCOFFObjectFile::getSectionFlags().

◆ Name

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

Definition at line 179 of file XCOFFObjectFile.h.

◆ NumberOfLineNumbers

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

Definition at line 187 of file XCOFFObjectFile.h.

◆ NumberOfRelocations

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

Definition at line 186 of file XCOFFObjectFile.h.

◆ PhysicalAddress

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

Definition at line 180 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: