Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBMemoryRegionInfo.cpp105 return m_opaque_up->GetWritable() == MemoryRegionInfo::eYes; in IsWritable()
171 strm.Printf(m_opaque_up->GetWritable() ? "W" : "-"); in GetDescription()
/llvm-project-15.0.7/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2382 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2390 if (range_info.GetWritable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h46 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp464 info.GetWritable()); in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp111 region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp343 EXPECT_EQ(MemoryRegionInfo::eNo, region_info.GetWritable()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1733 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2784 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2791 if (region_info.GetWritable()) in Handle_qMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6492 if (range_info.GetWritable() == MemoryRegionInfo::eYes)