Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h309 const OptionGroup *GetGroupWithOption(char short_opt);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp436 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
493 (const OptionPermissions *)m_options.GetGroupWithOption('r'); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp818 const OptionGroup *OptionGroupOptions::GetGroupWithOption(char short_opt) { in GetGroupWithOption() function in OptionGroupOptions