Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp269 Status status = process->WriteMemoryTags(tagged_range->GetRangeBase(), in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h93 virtual Status WriteMemoryTags(int32_t type, lldb::addr_t addr, size_t len,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h471 Status WriteMemoryTags(lldb::addr_t addr, size_t len, int32_t type,
H A DGDBRemoteCommunicationServerLLGS.cpp3603 m_current_process->WriteMemoryTags(type, addr, length, tag_data); in Handle_QMemTags()
H A DGDBRemoteCommunicationClient.cpp631 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2803 return m_gdb_comm.WriteMemoryTags(addr, len, type, tags); in DoWriteMemoryTags()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp62 NativeProcessProtocol::WriteMemoryTags(int32_t type, lldb::addr_t addr, in WriteMemoryTags() function in NativeProcessProtocol
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1760 Status WriteMemoryTags(lldb::addr_t addr, size_t len,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6123 Status Process::WriteMemoryTags(lldb::addr_t addr, size_t len, in WriteMemoryTags() function in Process