LLVM: llvm::object::ChainedFixupsSegment Struct Reference (original) (raw)
#include "[llvm/Object/MachO.h](Object%5F2MachO%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| uint32_t | SegIdx |
| uint32_t | Offset |
| MachO::dyld_chained_starts_in_segment | Header |
| std::vector< uint16_t > | PageStarts |
Detailed Description
Definition at line 301 of file MachO.h.
Constructor & Destructor Documentation
| 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 302 of file MachO.h.
References Header, Offset, PageStarts, and SegIdx.
Member Data Documentation
◆ Header
MachO::dyld_chained_starts_in_segment llvm::object::ChainedFixupsSegment::Header
Definition at line 310 of file MachO.h.
Referenced by ChainedFixupsSegment(), and llvm::object::MachOChainedFixupEntry::moveNext().
◆ Offset
uint32_t llvm::object::ChainedFixupsSegment::Offset
Definition at line 309 of file MachO.h.
Referenced by ChainedFixupsSegment().
◆ PageStarts
std::vector<uint16_t> llvm::object::ChainedFixupsSegment::PageStarts
Definition at line 311 of file MachO.h.
Referenced by ChainedFixupsSegment().
◆ SegIdx
uint32_t llvm::object::ChainedFixupsSegment::SegIdx
Definition at line 308 of file MachO.h.
Referenced by ChainedFixupsSegment(), and llvm::object::MachOChainedFixupEntry::moveNext().
The documentation for this struct was generated from the following file:
- include/llvm/Object/MachO.h