Searched defs:SegmentParsingContext (Results 1 – 1 of 1) sorted by relevance
1539 struct ObjectFileMachO::SegmentParsingContext { struct in ObjectFileMachO1540 const EncryptedFileRanges EncryptedRanges;1541 lldb_private::SectionList &UnifiedList;1542 uint32_t NextSegmentIdx = 0;1543 uint32_t NextSectionIdx = 0;1544 bool FileAddressesChanged = false;1546 SegmentParsingContext(EncryptedFileRanges EncryptedRanges, in SegmentParsingContext() function