Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DMemoryRegionInfo.cpp19 Info.GetWritable(), Info.GetExecutable(), in operator <<()
H A DProcess.cpp2386 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2394 if (range_info.GetWritable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h46 OptionalBool GetWritable() const { return m_write; } in GetWritable() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp464 info.GetWritable()); in GetMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRMemoryMap.cpp111 region_info.GetWritable() != MemoryRegionInfo::OptionalBool::eNo || in FindSpace()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp1734 range_info.GetWritable(), range_info.GetExecutable(), name ? " " : "", in DumpRegion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2789 if (region_info.GetReadable() || region_info.GetWritable() || in Handle_qMemoryRegionInfo()
2796 if (region_info.GetWritable()) in Handle_qMemoryRegionInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6520 if (range_info.GetWritable() == MemoryRegionInfo::eYes)