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

#include "llvm/Object/XCOFFObjectFile.h"

Inheritance diagram for llvm::object::XCOFFSectionHeader64:
Inheritance graph
[legend]

Public Attributes

char Name [XCOFF::NameSize]
 
support::ubig64_t PhysicalAddress
 
support::ubig64_t VirtualAddress
 
support::ubig64_t SectionSize
 
support::big64_t FileOffsetToRawData
 
support::big64_t FileOffsetToRelocationInfo
 
support::big64_t FileOffsetToLineNumberInfo
 
support::ubig32_t NumberOfRelocations
 
support::ubig32_t NumberOfLineNumbers
 
support::big32_t Flags
 
char Padding [4]
 

Additional Inherited Members

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

Detailed Description

Definition at line 191 of file XCOFFObjectFile.h.

Member Data Documentation

◆ FileOffsetToLineNumberInfo

support::big64_t llvm::object::XCOFFSectionHeader64::FileOffsetToLineNumberInfo

Definition at line 198 of file XCOFFObjectFile.h.

◆ FileOffsetToRawData

support::big64_t llvm::object::XCOFFSectionHeader64::FileOffsetToRawData

◆ FileOffsetToRelocationInfo

support::big64_t llvm::object::XCOFFSectionHeader64::FileOffsetToRelocationInfo

Definition at line 197 of file XCOFFObjectFile.h.

◆ Flags

support::big32_t llvm::object::XCOFFSectionHeader64::Flags

Definition at line 201 of file XCOFFObjectFile.h.

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

◆ Name

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

Definition at line 192 of file XCOFFObjectFile.h.

◆ NumberOfLineNumbers

support::ubig32_t llvm::object::XCOFFSectionHeader64::NumberOfLineNumbers

Definition at line 200 of file XCOFFObjectFile.h.

◆ NumberOfRelocations

support::ubig32_t llvm::object::XCOFFSectionHeader64::NumberOfRelocations

Definition at line 199 of file XCOFFObjectFile.h.

◆ Padding

char llvm::object::XCOFFSectionHeader64::Padding[4]

Definition at line 202 of file XCOFFObjectFile.h.

◆ PhysicalAddress

support::ubig64_t llvm::object::XCOFFSectionHeader64::PhysicalAddress

Definition at line 193 of file XCOFFObjectFile.h.

◆ SectionSize

support::ubig64_t llvm::object::XCOFFSectionHeader64::SectionSize

◆ VirtualAddress

support::ubig64_t llvm::object::XCOFFSectionHeader64::VirtualAddress

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