Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBMemoryRegionInfo.cpp71 return m_opaque_ap->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()
93 strm.Printf(m_opaque_ap->GetWritable() ? "W" : "-"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h42 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp111 region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2438 if (region_info.GetReadable() || region_info.GetWritable() ||
2445 if (region_info.GetWritable())
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1744 range_info.GetWritable() ? 'w' : '-', in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2657 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2665 if (range_info.GetWritable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()