Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp210 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp238 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp244 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h40 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1311 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3034 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()