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.cpp155 int num_options = NumCommandOptions(); in BuildValidOptionSets()
200 uint32_t Options::NumCommandOptions() { return GetDefinitions().size(); } in NumCommandOptions() function in Options
403 const uint32_t num_options = NumCommandOptions(); in GenerateOptionUsage()
H A DCommandObject.cpp73 GetOptions()->NumCommandOptions()) in GetSyntax()
688 if (!IsDashDashCommand() && options && options->NumCommandOptions() > 0) { in GenerateHelpText()