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 1626 of file ObjectFileMachO.cpp.
|
inline |
Definition at line 1633 of file ObjectFileMachO.cpp.
const EncryptedFileRanges ObjectFileMachO::SegmentParsingContext::EncryptedRanges |
Definition at line 1627 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
bool ObjectFileMachO::SegmentParsingContext::FileAddressesChanged = false |
Definition at line 1631 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::CreateSections(), and ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSectionIdx = 0 |
Definition at line 1630 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
uint32_t ObjectFileMachO::SegmentParsingContext::NextSegmentIdx = 0 |
Definition at line 1629 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().
lldb_private::SectionList& ObjectFileMachO::SegmentParsingContext::UnifiedList |
Definition at line 1628 of file ObjectFileMachO.cpp.
Referenced by ObjectFileMachO::ProcessSegmentCommand().