Searched refs:eYes (Results 1 – 16 of 16) sorted by relevance
35 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()37 m_opaque_up->SetIsStackMemory(stack_memory ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()100 return m_opaque_up->GetReadable() == MemoryRegionInfo::eYes; in IsReadable()106 return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()112 return m_opaque_up->GetExecutable() == MemoryRegionInfo::eYes; in IsExecutable()118 return m_opaque_up->GetMapped() == MemoryRegionInfo::eYes; in IsMapped()
25 enum OptionalBool { eDontKnow = -1, eNo = 0, eYes = 1 }; enumerator84 if (m_read == eYes) in GetLLDBPermissions()86 if (m_write == eYes) in GetLLDBPermissions()88 if (m_execute == eYes) in GetLLDBPermissions()96 m_read = (permissions & lldb::ePermissionsReadable) ? eYes : eNo; in SetLLDBPermissions()97 m_write = (permissions & lldb::ePermissionsWritable) ? eYes : eNo; in SetLLDBPermissions()98 m_execute = (permissions & lldb::ePermissionsExecutable) ? eYes : eNo; in SetLLDBPermissions()
59 region.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()71 region.SetReadable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()81 region.SetWritable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()91 region.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()101 region.SetShared(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()168 region->SetMemoryTagged(MemoryRegionInfo::eYes); in ParseLinuxSMapRegions()
110 region->GetMemoryTagged() != MemoryRegionInfo::eYes) { in MakeTaggedRange()
336 if (region.GetExecutable() == MemoryRegionInfo::eYes) in CheckForLinuxExecutable()525 constexpr auto yes = MemoryRegionInfo::eYes; in CreateRegionsCacheFromMemoryInfoList()569 region.SetReadable(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()570 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()599 region.SetReadable(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemory64List()600 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemory64List()
352 if (region.GetMapped() != MemoryRegionInfo::eYes && in BuildMemoryRegions()358 to_add.back().SetMapped(MemoryRegionInfo::eYes); in BuildMemoryRegions()
33 case lldb_private::MemoryRegionInfo::eYes: in format()
6215 if (region_info.GetMapped() == MemoryRegionInfo::eYes) { in GetMemoryRegions()6602 region.GetWritable() == MemoryRegionInfo::eYes) in GetCoreFileSaveRangesDirtyOnly()6625 region.IsStackMemory() == MemoryRegionInfo::eYes) in GetCoreFileSaveRangesStackOnly()
335 ? MemoryRegionInfo::eYes in DoGetMemoryRegionInfo()338 ? MemoryRegionInfo::eYes in DoGetMemoryRegionInfo()341 ? MemoryRegionInfo::eYes in DoGetMemoryRegionInfo()343 region_info.SetMapped(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()352 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
679 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()682 info.SetReadable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()687 info.SetWritable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()692 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
699 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()702 info.SetReadable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()707 info.SetWritable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()712 info.SetExecutable(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
1587 region_info.SetReadable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1592 region_info.SetWritable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1597 region_info.SetExecutable(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1601 region_info.SetMapped(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1626 region_info.SetMemoryTagged(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1637 region_info.SetIsStackMemory(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1642 region_info.SetIsStackMemory(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()1781 region.SetReadable(MemoryRegionInfo::eYes); in LoadQXferMemoryMap()1784 region.SetReadable(MemoryRegionInfo::eYes); in LoadQXferMemoryMap()1785 region.SetWritable(MemoryRegionInfo::eYes); in LoadQXferMemoryMap()[all …]
2808 if (memory_tagged == MemoryRegionInfo::eYes) { in Handle_qMemoryRegionInfo()
2812 region_status.Success() && region.GetFlash() == MemoryRegionInfo::eYes; in DoWriteMemory()
577 if (status.Fail() || info.GetMapped() != MemoryRegionInfo::eYes || in LoadInterpreterModule()
1664 if (memory_tagged == MemoryRegionInfo::OptionalBool::eYes) in DumpRegion()