Home
last modified time | relevance | path

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

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