Home
last modified time | relevance | path

Searched refs:AllocateMemory (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i427 lldb.LLDB_INVALID_ADDRESS if the allocation failed.") AllocateMemory;
430 AllocateMemory(size_t size, uint32_t permissions, lldb::SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h121 lldb::addr_t AllocateMemory(size_t byte_size, uint32_t permissions,
H A DProcess.h1683 lldb::addr_t AllocateMemory(size_t size, uint32_t permissions, Status &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp70 ret = process_sp->AllocateMemory(size, lldb::ePermissionsReadable | in FindSpace()
339 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
366 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc()
H A DFunctionCaller.cpp151 args_addr_ref = process->AllocateMemory( in WriteFunctionArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp748 lldb::addr_t path_addr = process->AllocateMemory(path_len, in DoLoadImage()
822 path_array_addr = process->AllocateMemory(path_array.size(), in DoLoadImage()
850 buffer_addr = process->AllocateMemory(buffer_size, in DoLoadImage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h394 lldb::addr_t AllocateMemory(size_t size, uint32_t permissions,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1291 lldb::addr_t SBProcess::AllocateMemory(size_t size, uint32_t permissions, in AllocateMemory() function in SBProcess
1293 LLDB_RECORD_METHOD(lldb::addr_t, SBProcess, AllocateMemory, in AllocateMemory()
1304 addr = process_sp->AllocateMemory(size, permissions, sb_error.ref()); in AllocateMemory()
1465 LLDB_REGISTER_METHOD(lldb::addr_t, SBProcess, AllocateMemory, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h124 virtual llvm::Expected<lldb::addr_t> AllocateMemory(size_t size, in AllocateMemory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp371 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory() function in AllocatedMemoryCache
H A DProcess.cpp2278 addr_t Process::AllocateMemory(size_t size, uint32_t permissions, in AllocateMemory() function in Process
2286 return m_allocated_memory_cache.AllocateMemory(size, permissions, error); in AllocateMemory()
2303 addr_t return_addr = AllocateMemory(size, permissions, error); in CallocateMemory()
2316 uint64_t allocated_memory = AllocateMemory( in CanJIT()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h234 lldb::addr_t AllocateMemory(size_t size, uint32_t permissions);
H A DGDBRemoteCommunicationServerLLGS.cpp2364 llvm::Expected<addr_t> addr = m_current_process->AllocateMemory(size, perms); in Handle__M()
H A DGDBRemoteCommunicationClient.cpp1412 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3017 allocated_addr = m_gdb_comm.AllocateMemory(size, permissions); in DoAllocateMemory()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1796 lldb::addr_t class_infos_addr = process->AllocateMemory( in UpdateISAToDescriptorMap()
2019 lldb::addr_t class_infos_addr = process->AllocateMemory( in UpdateISAToDescriptorMap()
2023 process->AllocateMemory(relative_selector_offset_addr_size, in UpdateISAToDescriptorMap()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40960 result = (lldb::addr_t)(arg1)->AllocateMemory(arg2,arg3,*arg4); in _wrap_SBProcess_AllocateMemory()