Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp98 return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()
165 strm.Printf(m_opaque_up->GetWritable() ? "W" : "-"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2397 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2405 if (range_info.GetWritable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h44 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp110 region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1675 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2555 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2562 if (region_info.GetWritable()) in Handle_qMemoryRegionInfo()