LLVM 22.0.0git
|
#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_t > | PageStarts |
|
inline |
MachO::dyld_chained_starts_in_segment llvm::object::ChainedFixupsSegment::Header |
Definition at line 312 of file MachO.h.
Referenced by ChainedFixupsSegment(), and llvm::object::MachOChainedFixupEntry::moveNext().
uint32_t llvm::object::ChainedFixupsSegment::Offset |
Definition at line 311 of file MachO.h.
Referenced by ChainedFixupsSegment().
std::vector<uint16_t> llvm::object::ChainedFixupsSegment::PageStarts |
Definition at line 313 of file MachO.h.
Referenced by ChainedFixupsSegment().
uint32_t llvm::object::ChainedFixupsSegment::SegIdx |
Definition at line 310 of file MachO.h.
Referenced by ChainedFixupsSegment(), and llvm::object::MachOChainedFixupEntry::moveNext().