Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h325 const OptionGroup *GetGroupWithOption(char short_opt);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp432 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
481 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp763 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() function in OptionGroupOptions