Home
last modified time | relevance | path

Searched refs:segment_is_encrypted (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1623 const bool segment_is_encrypted = in ProcessSegmentCommand() local
1654 segment_sp->SetIsEncrypted(segment_is_encrypted); in ProcessSegmentCommand()
1813 segment_sp->SetIsEncrypted(segment_is_encrypted); in ProcessSegmentCommand()
1828 if (!segment_is_encrypted && load_cmd.filesize != 0) in ProcessSegmentCommand()
1832 section_sp->SetIsEncrypted(segment_is_encrypted || section_is_encrypted); in ProcessSegmentCommand()