Home
last modified time | relevance | path

Searched refs:ConvertMmapFlagsToPlatform (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp90 flags_arg = process->GetTarget().GetPlatform()->ConvertMmapFlagsToPlatform(arch,flags); in InferiorCallMmap()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h755 ConvertMmapFlagsToPlatform(const ArchSpec &arch, unsigned flags);
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1504 Platform::ConvertMmapFlagsToPlatform(const ArchSpec &arch, unsigned flags) in ConvertMmapFlagsToPlatform() function in Platform