Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp212 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp316 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp361 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h34 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp614 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) { in DoAllocateMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1356 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3052 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()