Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h309 const OptionGroup *GetGroupWithOption(char short_opt);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp439 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
498 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp763 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() function in OptionGroupOptions