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.cpp733 process->DeallocateMemory(path_addr); in DoLoadImage()
760 process->DeallocateMemory(return_addr); in DoLoadImage()
809 process->DeallocateMemory(path_array_addr); in DoLoadImage()
838 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.h2045 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.cpp2070 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
2093 process->DeallocateMemory(class_buffer_addr); in UpdateISAToDescriptorMap()
2452 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp490 process_sp->DeallocateMemory( in Free()
500 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
H A DFunctionCaller.cpp332 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h577 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h141 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp417 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
H A DProcess.cpp2490 DeallocateMemory(allocated_memory); in CanJIT()
2505 Status Process::DeallocateMemory(addr_t ptr) { in DeallocateMemory() function in Process
2508 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.cpp2628 if (llvm::Error Err = m_current_process->DeallocateMemory(addr)) in Handle__m()
H A DGDBRemoteCommunicationClient.cpp1476 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp2930 if (!m_gdb_comm.DeallocateMemory(addr)) in DoDeallocateMemory()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1440 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess
1450 Status error = process_sp->DeallocateMemory(ptr); in DeallocateMemory()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46987 result = (arg1)->DeallocateMemory(arg2); in _wrap_SBProcess_DeallocateMemory()