Searched refs:DeallocateMemory (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i219 ) lldb::SBProcess::DeallocateMemory;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h126 bool DeallocateMemory(lldb::addr_t ptr);
H A DProcess.h2020 Status DeallocateMemory(lldb::addr_t ptr);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h438 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr);
H A DAppleObjCRuntimeV2.cpp2094 process->DeallocateMemory(class_infos_addr);
2117 process->DeallocateMemory(class_buffer_addr);
2476 process->DeallocateMemory(class_infos_addr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp733 process->DeallocateMemory(path_addr);
760 process->DeallocateMemory(return_addr);
809 process->DeallocateMemory(path_array_addr);
838 process->DeallocateMemory(buffer_addr);
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp335 exe_ctx.GetProcessRef().DeallocateMemory(args_addr);
H A DIRMemoryMap.cpp490 process_sp->DeallocateMemory(
500 process_sp->DeallocateMemory(allocation.m_process_alloc);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h141 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { function in class:lldb_private::NativeProcessProtocol
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp417 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { function in class:AllocatedMemoryCache
430 "AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64
H A DProcess.cpp2335 DeallocateMemory(allocated_memory);
2350 Status Process::DeallocateMemory(addr_t ptr) {
2353 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) {
2362 "Process::DeallocateMemory(addr=0x%16.16" PRIx64
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h192 bool DeallocateMemory(lldb::addr_t addr);
H A DGDBRemoteCommunicationClient.cpp1463 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) {
H A DGDBRemoteCommunicationServerLLGS.cpp2628 if (llvm::Error Err = m_current_process->DeallocateMemory(addr))
H A DProcessGDBRemote.cpp2909 if (!m_gdb_comm.DeallocateMemory(addr))
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1268 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { function in class:SBProcess
1278 Status error = process_sp->DeallocateMemory(ptr);
/freebsd-current/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 474 milliseconds