Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/OpenBSD/
DPlatformOpenBSD.cpp208 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp242 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp276 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp282 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h40 enum MmapFlags { eMmapFlagsPrivate = 1, eMmapFlagsAnon = 2 }; enumerator
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp607 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) { in DoAllocateMemory()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp1309 if (flags & eMmapFlagsPrivate) in GetMmapArgumentList()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2974 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()