Searched defs:SegmentParsingContext (Results 1 – 1 of 1) sorted by relevance
1587 struct ObjectFileMachO::SegmentParsingContext { struct in ObjectFileMachO1588 const EncryptedFileRanges EncryptedRanges;1589 lldb_private::SectionList &UnifiedList;1590 uint32_t NextSegmentIdx = 0;1591 uint32_t NextSectionIdx = 0;1592 bool FileAddressesChanged = false;1594 SegmentParsingContext(EncryptedFileRanges EncryptedRanges, in SegmentParsingContext() argument