Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp170 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp178 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp199 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp305 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h41 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1271 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2793 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()