Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp550 region.SetMapped(entry.State != MemoryState::Free ? yes : no); in CreateRegionsCacheFromMemoryInfoList()
574 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemoryList()
604 region.SetMapped(MemoryRegionInfo::eYes); in CreateRegionsCacheFromMemory64List()
713 region.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
H A DProcessMinidump.cpp439 to_add.back().SetMapped(MemoryRegionInfo::eYes); in BuildMemoryRegions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp58 region.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in ParseMemoryRegionInfoFromProcMapsLine()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h60 void SetMapped(OptionalBool val) { m_mapped = val; } in SetMapped() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp313 region_info.SetMapped(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
320 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
330 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp633 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
651 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
679 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp584 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
602 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
646 info.SetMapped(MemoryRegionInfo::OptionalBool::eYes); in PopulateMemoryRegionCache()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1545 region_info.SetMapped(MemoryRegionInfo::eYes); in GetMemoryRegionInfo()
1552 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
1612 region_info.SetMapped(MemoryRegionInfo::eNo); in GetMemoryRegionInfo()