Home
last modified time | relevance | path

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

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