Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h68 uint32_t NumCommandOptions();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp150 int num_options = NumCommandOptions(); in BuildValidOptionSets()
195 uint32_t Options::NumCommandOptions() { return GetDefinitions().size(); } in NumCommandOptions() function in Options
395 const uint32_t num_options = NumCommandOptions(); in GenerateOptionUsage()
H A DCommandObject.cpp72 GetOptions()->NumCommandOptions()) in GetSyntax()
681 if (!IsDashDashCommand() && options && options->NumCommandOptions() > 0) { in GenerateHelpText()