Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp537 region.SetMapped(entry.State != MemoryState::Free ? yes : no); in CreateRegionsCacheFromMemoryInfoList()
561 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()
575 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()
689 region.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
H A DProcessMinidump.cpp404 to_add.back().SetMapped(MemoryRegionInfo::eYes); in BuildMemoryRegions()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp35 m_opaque_up->SetMapped(mapped ? MemoryRegionInfo::eYes in SBMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp59 region.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h68 void SetMapped(OptionalBool val) { m_mapped = val; } in SetMapped() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp624 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
642 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
686 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp656 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
674 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
702 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp356 region_info.SetMapped(MemoryRegionInfo::eYes); in DoGetMemoryRegionInfo()
372 region_info.SetMapped(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
383 region_info.SetMapped(MemoryRegionInfo::eNo); in DoGetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1626 region_info.SetMapped(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1633 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1692 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()