Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp163 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp178 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp199 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp305 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h40 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1270 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2838 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()