Home
last modified time | relevance | path

Searched defs:DoAllocateMemory (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1758 virtual lldb::addr_t DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2857 lldb::addr_t ProcessGDBRemote::DoAllocateMemory(size_t size, in DoAllocateMemory() function in ProcessGDBRemote