Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp20 Info.GetMapped(), Info.GetName(), Info.GetFlash(), in operator <<()
H A DProcess.cpp5885 if (region_info.GetMapped() == MemoryRegionInfo::eYes) { in GetMemoryRegions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h48 OptionalBool GetMapped() const { return m_mapped; } in GetMapped() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp110 return m_opaque_up->GetMapped() == MemoryRegionInfo::eYes; in IsMapped()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp191 if (error.Success() && memory_info.GetMapped() && in LoadModuleAtAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp559 if (status.Fail() || info.GetMapped() != MemoryRegionInfo::eYes || in LoadInterpreterModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp433 if (region.GetMapped() != MemoryRegionInfo::eYes && in BuildMemoryRegions()