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 1634 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1641 of file ObjectFileMachO.cpp.
const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges |
Definition at line 1635 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false |
Definition at line 1639 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::CreateSections(), and ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0 |
Definition at line 1638 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0 |
Definition at line 1637 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
lldb_private::SectionList& ObjectFileMachO::SegmentParsingContext::UnifiedList |
Definition at line 1636 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().