Home
last modified time | relevance | path

Searched defs:help_text (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp137 static std::string help_text; in FormatHelpTextCallback() local
164 static std::string help_text; in LanguageTypeHelpTextCallback() local
H A DCommandObjectMultiword.cpp237 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() local
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_format_help.py55 help_text = get_help_text() variable
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp394 llvm::StringRef help_text = entry->help_function(); in GetArgumentHelp() local
600 std::string help_text(GetHelp()); in GenerateHelpText() local
H A DCommandInterpreter.cpp2825 llvm::StringRef help_text) { in OutputFormattedHelpText()
2870 llvm::StringRef help_text, in OutputFormattedHelpText()
2880 llvm::StringRef help_text, in OutputHelpText()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h89 const char *help_text; member