Home
last modified time | relevance | path

Searched defs:SegmentParsingContext (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1587 struct ObjectFileMachO::SegmentParsingContext { struct in ObjectFileMachO
1588 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