Home
last modified time | relevance | path

Searched refs:MmapArgList (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp202 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
213 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
DPlatformOpenBSD.h49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp236 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
247 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
DPlatformNetBSD.h51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp269 MmapArgList PlatformLinux::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
281 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
DPlatformLinux.h51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp276 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList()
287 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()
DPlatformFreeBSD.h52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp93 MmapArgList args = in InferiorCallMmap()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h59 typedef llvm::SmallVector<lldb::addr_t, 6> MmapArgList; typedef
583 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1304 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList()
1314 MmapArgList args({addr, length, prot, flags_platform, fd, offset}); in GetMmapArgumentList()