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

#include "llvm/Object/XCOFFObjectFile.h"

Public Member Functions

uint64_t getOffsetToSymTbl () const
uint64_t getOffsetToRelEnt () const

Public Attributes

support::ubig32_t Version
support::ubig32_t NumberOfSymTabEnt
support::ubig32_t NumberOfRelTabEnt
support::ubig32_t LengthOfImpidStrTbl
support::ubig32_t NumberOfImpid
support::ubig32_t LengthOfStrTbl
support::big64_t OffsetToImpid
support::big64_t OffsetToStrTbl
support::big64_t OffsetToSymTbl
support::big64_t OffsetToRelEnt

Detailed Description

Definition at line 281 of file XCOFFObjectFile.h.

Member Function Documentation

◆ getOffsetToRelEnt()

uint64_t llvm::object::LoaderSectionHeader64::getOffsetToRelEnt ( ) const
inline

Definition at line 294 of file XCOFFObjectFile.h.

References OffsetToRelEnt.

◆ getOffsetToSymTbl()

uint64_t llvm::object::LoaderSectionHeader64::getOffsetToSymTbl ( ) const
inline

Definition at line 293 of file XCOFFObjectFile.h.

References OffsetToSymTbl.

Member Data Documentation

◆ LengthOfImpidStrTbl

support::ubig32_t llvm::object::LoaderSectionHeader64::LengthOfImpidStrTbl

◆ LengthOfStrTbl

support::ubig32_t llvm::object::LoaderSectionHeader64::LengthOfStrTbl

Definition at line 287 of file XCOFFObjectFile.h.

◆ NumberOfImpid

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfImpid

Definition at line 286 of file XCOFFObjectFile.h.

◆ NumberOfRelTabEnt

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfRelTabEnt

Definition at line 284 of file XCOFFObjectFile.h.

◆ NumberOfSymTabEnt

support::ubig32_t llvm::object::LoaderSectionHeader64::NumberOfSymTabEnt

Definition at line 283 of file XCOFFObjectFile.h.

◆ OffsetToImpid

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToImpid

◆ OffsetToRelEnt

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToRelEnt

Definition at line 291 of file XCOFFObjectFile.h.

Referenced by getOffsetToRelEnt().

◆ OffsetToStrTbl

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToStrTbl

Definition at line 289 of file XCOFFObjectFile.h.

◆ OffsetToSymTbl

support::big64_t llvm::object::LoaderSectionHeader64::OffsetToSymTbl

Definition at line 290 of file XCOFFObjectFile.h.

Referenced by getOffsetToSymTbl().

◆ Version

support::ubig32_t llvm::object::LoaderSectionHeader64::Version

Definition at line 282 of file XCOFFObjectFile.h.


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