LLDB mainline
|
Public Member Functions | |
SegmentParsingContext (EncryptedFileRanges EncryptedRanges, lldb_private::SectionList &UnifiedList) | |
Public Attributes | |
const EncryptedFileRanges | EncryptedRanges |
lldb_private::SectionList & | UnifiedList |
uint32_t | NextSegmentIdx = 0 |
uint32_t | NextSectionIdx = 0 |
bool | FileAddressesChanged = false |
Definition at line 1618 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1625 of file ObjectFileMachO.cpp.
const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges |
Definition at line 1619 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false |
Definition at line 1623 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::CreateSections(), and ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0 |
Definition at line 1622 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0 |
Definition at line 1621 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
lldb_private::SectionList& ObjectFileMachO::SegmentParsingContext::UnifiedList |
Definition at line 1620 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().