Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessDocstrings.i260 ) lldb::SBProcess::DeallocateMemory;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp744 process->DeallocateMemory(path_addr); in DoLoadImage()
771 process->DeallocateMemory(return_addr); in DoLoadImage()
820 process->DeallocateMemory(path_array_addr); in DoLoadImage()
849 process->DeallocateMemory(buffer_addr); in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h126 bool DeallocateMemory(lldb::addr_t ptr);
H A DProcess.h2086 Status DeallocateMemory(lldb::addr_t ptr);
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
H A DAppleObjCRuntimeV2.cpp2086 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
2109 process->DeallocateMemory(class_buffer_addr); in UpdateISAToDescriptorMap()
2468 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp496 process_sp->DeallocateMemory( in Free()
506 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
H A DFunctionCaller.cpp330 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h578 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h137 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp418 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
H A DProcess.cpp2468 DeallocateMemory(allocated_memory); in CanJIT()
2483 Status Process::DeallocateMemory(addr_t ptr) { in DeallocateMemory() function in Process
2485 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) { in DeallocateMemory()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h192 bool DeallocateMemory(lldb::addr_t addr);
H A DGDBRemoteCommunicationServerLLGS.cpp2622 if (llvm::Error Err = m_current_process->DeallocateMemory(addr)) in Handle__m()
H A DGDBRemoteCommunicationClient.cpp1499 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3044 if (!m_gdb_comm.DeallocateMemory(addr)) in DoDeallocateMemory()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1456 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess
1466 Status error = process_sp->DeallocateMemory(ptr); in DeallocateMemory()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47796 result = (arg1)->DeallocateMemory(arg2); in _wrap_SBProcess_DeallocateMemory()