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

#include "llvm/Object/MachO.h"

Public Member Functions

 ChainedFixupsSegment (uint8_t SegIdx, uint32_t Offset, const MachO::dyld_chained_starts_in_segment &Header, std::vector< uint16_t > &&PageStarts)
 

Public Attributes

uint32_t SegIdx
 
uint32_t Offset
 
MachO::dyld_chained_starts_in_segment Header
 
std::vector< uint16_tPageStarts
 

Detailed Description

Definition at line 299 of file MachO.h.

Constructor & Destructor Documentation

◆ ChainedFixupsSegment()

llvm::object::ChainedFixupsSegment::ChainedFixupsSegment ( uint8_t  SegIdx,
uint32_t  Offset,
const MachO::dyld_chained_starts_in_segment Header,
std::vector< uint16_t > &&  PageStarts 
)
inline

Definition at line 300 of file MachO.h.

Member Data Documentation

◆ Header

MachO::dyld_chained_starts_in_segment llvm::object::ChainedFixupsSegment::Header

Definition at line 308 of file MachO.h.

Referenced by llvm::object::MachOChainedFixupEntry::moveNext().

◆ Offset

uint32_t llvm::object::ChainedFixupsSegment::Offset

Definition at line 307 of file MachO.h.

◆ PageStarts

std::vector<uint16_t> llvm::object::ChainedFixupsSegment::PageStarts

Definition at line 309 of file MachO.h.

◆ SegIdx

uint32_t llvm::object::ChainedFixupsSegment::SegIdx

Definition at line 306 of file MachO.h.

Referenced by llvm::object::MachOChainedFixupEntry::moveNext().


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