Searched refs:GetHelp (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp201 std::string help_text (pos->second->GetHelp());
213 pos->second->GetHelp(),
332 commands_help.AppendString (sub_cmd_obj->GetHelp());
H A DCommandObjectHelp.cpp81 m_interpreter.GetHelp (result, cmd_types); // General help
H A DCommandObjectCommands.cpp1067 m_options.GetHelp (),
1294 GetHelp () function in class:CommandObjectCommandsAddRegex::CommandOptions
1492 GetHelp () override
1505 return CommandObjectRaw::GetHelp();
2068 m_interpreter.GetHelp(result,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp74 CommandObject::GetHelp () function in class:CommandObject
466 const char *short_help = GetHelp();
963 std::string help_text (GetHelp());
968 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
998 std::string help_text (GetHelp());
1003 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
1014 std::string help_text (GetHelp());
1019 interpreter.OutputFormattedHelpText (output_strm, "", "", GetHelp(), 1);
H A DCommandInterpreter.cpp1207 CommandInterpreter::GetHelp (CommandReturnObject &result, function in class:CommandInterpreter
1229 OutputFormattedHelpText (result.GetOutputStream(), pos->first.c_str(), "--", pos->second->GetHelp(),
1252 translation_and_help.Printf ("(%s) %s", sstr.GetData(), pos->second->GetHelp());
1266 OutputFormattedHelpText (result.GetOutputStream(), pos->first.c_str(), "--", pos->second->GetHelp(),
2874 commands_help.AppendString (cmd_obj->GetHelp());
2896 commands_help.AppendString (cmd_obj->GetHelp());
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h288 GetHelp ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h102 GetHelp ();
H A DCommandInterpreter.h420 GetHelp (CommandReturnObject &result,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp626 SBCommand::GetHelp() function in class:SBCommand
628 return (IsValid() ? m_opaque_sp->GetHelp() : nullptr);

Completed in 217 milliseconds