Searched defs:help_text (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionArgumentTable.cpp | 137 static std::string help_text; in FormatHelpTextCallback() local 164 static std::string help_text; in LanguageTypeHelpTextCallback() local
|
H A D | CommandObjectMultiword.cpp | 236 std::string help_text(std::string(pos->second->GetHelp())); GenerateHelpText() local
|
/llvm-project/clang/docs/tools/ |
H A D | dump_format_help.py | 57 help_text = get_help_text() global() variable
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 449 llvm::StringRef help_text = entry->help_function(); GetArgumentHelp() local 672 std::string help_text(GetHelp()); GenerateHelpText() local
|
H A D | CommandInterpreter.cpp | 2842 OutputFormattedHelpText(Stream & strm,llvm::StringRef prefix,llvm::StringRef help_text) OutputFormattedHelpText() argument 2887 OutputFormattedHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,size_t max_word_len) OutputFormattedHelpText() argument 2897 OutputHelpText(Stream & strm,llvm::StringRef word_text,llvm::StringRef separator,llvm::StringRef help_text,uint32_t max_word_len) OutputHelpText() argument [all...] |
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 89 const char *help_text; global() member
|