Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.h64 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, in GetMmapArgumentList() function
68 return Platform::GetHostPlatform()->GetMmapArgumentList( in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
HDPlatformOpenBSD.h52 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
HDPlatformOpenBSD.cpp157 MmapArgList PlatformOpenBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformOpenBSD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.h55 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
HDPlatformNetBSD.cpp193 MmapArgList PlatformNetBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformNetBSD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.h53 MmapArgList GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr,
HDPlatformFreeBSD.cpp172 MmapArgList PlatformFreeBSD::GetMmapArgumentList(const ArchSpec &arch, in GetMmapArgumentList() function in PlatformFreeBSD
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp97 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h570 virtual MmapArgList GetMmapArgumentList(const ArchSpec &arch,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1226 MmapArgList Platform::GetMmapArgumentList(const ArchSpec &arch, addr_t addr, in GetMmapArgumentList() function in Platform