Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h339 const OptionGroup *GetGroupWithOption(char short_opt);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp484 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
536 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptions.cpp854 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() function in OptionGroupOptions