Home
last modified time | relevance | path

Searched refs:GetGroupWithOption (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp676 …nGroupPlatformRSync* m_rsync_options = (OptionGroupPlatformRSync*)options->GetGroupWithOption('r'); in ConnectRemote()
677 … OptionGroupPlatformSSH* m_ssh_options = (OptionGroupPlatformSSH*)options->GetGroupWithOption('s'); in ConnectRemote()
678 …upPlatformCaching* m_cache_options = (OptionGroupPlatformCaching*)options->GetGroupWithOption('c'); in ConnectRemote()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptions.h480 GetGroupWithOption (char short_opt);
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp614 …tionPermissions* options_permissions = (const OptionPermissions*)m_options.GetGroupWithOption('r'); in DoExecute()
683 …tionPermissions* options_permissions = (const OptionPermissions*)m_options.GetGroupWithOption('r'); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptions.cpp1003 OptionGroupOptions::GetGroupWithOption (char short_opt) in GetGroupWithOption() function in OptionGroupOptions