Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DMemoryRegionInfo.cpp20 Info.GetMapped(), Info.GetName(), Info.GetFlash(), in operator <<()
H A DProcess.cpp5883 if (region_info.GetMapped() == MemoryRegionInfo::eYes) { in GetMemoryRegions()
/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp117 return m_opaque_up->GetMapped() == MemoryRegionInfo::eYes; in IsMapped()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h52 OptionalBool GetMapped() const { return m_mapped; } in GetMapped() function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp562 if (status.Fail() || info.GetMapped() != MemoryRegionInfo::eYes || in LoadInterpreterModule()
601 if (error.Success() && memory_info.GetMapped() && in LoadModuleAtAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp427 if (region.GetMapped() != MemoryRegionInfo::eYes && in BuildMemoryRegions()