| 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 1547 of file ObjectFileMachO.cpp.
| 
 | inline | 
Definition at line 1554 of file ObjectFileMachO.cpp.
References EncryptedRanges, and UnifiedList.
| const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges | 
Definition at line 1548 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand(), and SegmentParsingContext().
| bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false | 
Definition at line 1552 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::CreateSections(), and ObjectFileMachO::ProcessSegmentCommand().
| uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0 | 
Definition at line 1551 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
| uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0 | 
Definition at line 1550 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
| lldb_private::SectionList& ObjectFileMachO::SegmentParsingContext::UnifiedList | 
Definition at line 1549 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand(), and SegmentParsingContext().