Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp546 region.SetMapped(entry.State != MemoryState::Free ? yes : no); in CreateRegionsCacheFromMemoryInfoList()
570 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()
600 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemory64List()
709 region.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
H A DProcessMinidump.cpp358 to_add.back().SetMapped(MemoryRegionInfo::eYes); in BuildMemoryRegions()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp35 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp59 region.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h66 void SetMapped(OptionalBool val) { m_mapped = val; } in SetMapped() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp333 region_info.SetMapped(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
349 region_info.SetMapped(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
360 region_info.SetMapped(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp596 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
614 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
658 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp653 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
671 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
699 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1589 region_info.SetMapped(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1596 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1660 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()