Home
last modified time | relevance | path

Searched refs:DoDeallocateMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp355 m_process.DoDeallocateMemory(pos->second->GetBaseAddress()); in Clear()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h149 Status DoDeallocateMemory(lldb::addr_t ptr) override;
H A DProcessGDBRemote.cpp3031 Status ProcessGDBRemote::DoDeallocateMemory(lldb::addr_t addr) { in DoDeallocateMemory() function in ProcessGDBRemote
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2069 virtual Status DoDeallocateMemory(lldb::addr_t ptr) { in DoDeallocateMemory() function