Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1843 bool section_is_encrypted = false; in ProcessSegmentCommand() local
1845 section_is_encrypted = context.EncryptedRanges.FindEntryThatContains( in ProcessSegmentCommand()
1848 section_sp->SetIsEncrypted(segment_is_encrypted || section_is_encrypted); in ProcessSegmentCommand()