LLVM 22.0.0git
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 303 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 304 of file MachO.h.

References Header, Offset, PageStarts, and SegIdx.

Member Data Documentation

◆ Header

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

◆ Offset

uint32_t llvm::object::ChainedFixupsSegment::Offset

Definition at line 311 of file MachO.h.

Referenced by ChainedFixupsSegment().

◆ PageStarts

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

Definition at line 313 of file MachO.h.

Referenced by ChainedFixupsSegment().

◆ SegIdx

uint32_t llvm::object::ChainedFixupsSegment::SegIdx

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