Home
last modified time | relevance | path

Searched refs:GetMmapArgumentList (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformFreeBSD.cpp230 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.h49 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformOpenBSD.cpp202 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformOpenBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.h51 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
H A DPlatformNetBSD.cpp236 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp94 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h583 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1304 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList() function in Platform