Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
HDPlatformOpenBSD.cpp165 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp180 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp201 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDPlatform.h43 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDPlatform.cpp1233 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp2881 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()