Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptions.h67 uint32_t NumCommandOptions();
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp154 int num_options = NumCommandOptions(); in BuildValidOptionSets()
199 uint32_t Options::NumCommandOptions() { return GetDefinitions().size(); } in NumCommandOptions() function in Options
416 const uint32_t num_options = NumCommandOptions(); in GenerateOptionUsage()
H A DCommandObject.cpp71 GetOptions()->NumCommandOptions()) in GetSyntax()
870 if (!IsDashDashCommand() && options && options->NumCommandOptions() > 0) { in GenerateHelpText()