Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp106 return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()
172 strm.Printf(m_opaque_up->GetWritable() ? "W" : "-"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2546 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
6660 region.GetWritable() == MemoryRegionInfo::eYes) in GetCoreFileSaveRangesDirtyOnly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h46 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp127 region_info.GetWritable() != in FindSpace()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1689 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2782 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2789 if (region_info.GetWritable()) in Handle_qMemoryRegionInfo()