LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 1623 of file ObjectFileMachO.cpp.

Constructor & Destructor Documentation

◆ SegmentParsingContext()

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

Definition at line 1630 of file ObjectFileMachO.cpp.

Member Data Documentation

◆ EncryptedRanges

const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges

Definition at line 1624 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().

◆ FileAddressesChanged

bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false

◆ NextSectionIdx

uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0

Definition at line 1627 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().

◆ NextSegmentIdx

uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0

Definition at line 1626 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().

◆ UnifiedList

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

Definition at line 1625 of file ObjectFileMachO.cpp.

Referenced by ObjectFileMachO::ProcessSegmentCommand().


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