Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBMemoryRegionInfo.cpp106 return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()
172 strm.Printf(m_opaque_up->GetWritable() ? "W" : "-"); in GetDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
HDProcess.cpp2578 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
6602 region.GetWritable() == MemoryRegionInfo::eYes) in GetCoreFileSaveRangesDirtyOnly()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDMemoryRegionInfo.h46 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDIRMemoryMap.cpp120 region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp1661 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp2788 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2795 if (region_info.GetWritable()) in Handle_qMemoryRegionInfo()