Home
last modified time | relevance | path

Searched refs:usage_text (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFile.cpp21 const char *usage_text) in OptionGroupFile() argument
32 m_option_definition.usage_text = usage_text; in OptionGroupFile()
52 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList() argument
63 m_option_definition.usage_text = usage_text; in OptionGroupFileList()
H A DOptionGroupString.cpp21 const char *usage_text, in OptionGroupString() argument
33 m_option_definition.usage_text = usage_text; in OptionGroupString()
H A DOptionGroupUInt64.cpp21 const char *usage_text, in OptionGroupUInt64() argument
33 m_option_definition.usage_text = usage_text; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp19 int short_option, const char *usage_text, in OptionGroupBoolean() argument
34 m_option_definition.usage_text = usage_text; in OptionGroupBoolean()
H A DCommandObject.cpp318 llvm::StringRef usage_text = usage_help.GetString(); in HelpTextContainsWord() local
319 if (usage_text.contains_lower(search_word)) in HelpTextContainsWord()
H A DOptions.cpp281 actual_text.append(option_def.usage_text); in OutputFormattedUsageText()
598 if (opt_defs[i].usage_text) in GenerateOptionUsage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h28 const char *usage_text);
61 const char *usage_text);
H A DOptionGroupBoolean.h28 const char *usage_text, bool default_value,
H A DOptionGroupString.h26 const char *usage_text, const char *default_value);
H A DOptionGroupUInt64.h27 const char *usage_text, uint64_t default_value);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h122 const char *usage_text; // Full text explaining what this options does and member