LLDB mainline
ObjectFileMachO::SegmentParsingContext Struct Reference

Public Member Functions

 SegmentParsingContext (EncryptedFileRanges EncryptedRanges, lldb_private::SectionList &UnifiedList)

Public Attributes

const EncryptedFileRanges EncryptedRanges
lldb_private::SectionListUnifiedList
uint32_t NextSegmentIdx = 0
uint32_t NextSectionIdx = 0
bool FileAddressesChanged = false

Detailed Description

Definition at line 1547 of file ObjectFileMachO.cpp.

Constructor & Destructor Documentation

◆ SegmentParsingContext()

ObjectFileMachO::SegmentParsingContext::SegmentParsingContext ( EncryptedFileRanges EncryptedRanges,
lldb_private::SectionList & UnifiedList )
inline

Definition at line 1554 of file ObjectFileMachO.cpp.

References EncryptedRanges, and UnifiedList.

Member Data Documentation

◆ EncryptedRanges

const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges

◆ FileAddressesChanged

bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false

◆ NextSectionIdx

uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0

Definition at line 1551 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().

◆ NextSegmentIdx

uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0

Definition at line 1550 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().

◆ UnifiedList

lldb_private::SectionList& ObjectFileMachO::SegmentParsingContext::UnifiedList

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