Home
last modified time | relevance | path

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

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