Home
last modified time | relevance | path

Searched refs:eMmapFlagsPrivate (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp163 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp178 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp199 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h41 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1275 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2860 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()