Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/OpenBSD/
H A DPlatformOpenBSD.cpp165 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp180 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp201 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp307 if (flags & eMmapFlagsAnon) 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.cpp1272 if (flags & eMmapFlagsAnon) in GetMmapArgumentList()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2838 eMmapFlagsAnon | eMmapFlagsPrivate, -1, 0)) in DoAllocateMemory()