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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h51 llvm::StringRef GetHelp() override;
H A DCommandObject.h47 descriptions->AppendString(iter->second->GetHelp());
126 virtual llvm::StringRef GetHelp();
H A DCommandInterpreter.h323 void GetHelp(CommandReturnObject &result,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp101 GetUnderlyingCommand()->GetHelp().str().c_str());
232 llvm::StringRef CommandAlias::GetHelp() { function in class:CommandAlias
236 return m_underlying_command_sp->GetHelp();
H A DCommandObject.cpp54 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } function in class:CommandObject
298 llvm::StringRef short_help = GetHelp();
839 std::string help_text(GetHelp());
844 interpreter.OutputFormattedHelpText(output_strm, "", "", GetHelp(), 1);
H A DCommandInterpreter.cpp955 descriptions->AppendString(command_sp->GetHelp());
1084 descriptions->AppendString(command_obj->GetHelp());
1180 void CommandInterpreter::GetHelp(CommandReturnObject &result, function in class:CommandInterpreter
1201 pos->second->GetHelp(), max_len);
1218 alias_pos->second->GetHelp(), max_len);
1230 pos->second->GetHelp(), max_len);
2611 commands_help.AppendString(cmd_obj->GetHelp());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp168 std::string help_text(pos->second->GetHelp());
176 pos->second->GetHelp(), max_len);
248 commands_help.AppendString(sub_cmd_obj->GetHelp());
H A DCommandObjectCommands.cpp993 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0,
1175 const char *GetHelp() { function in class:CommandObjectCommandsAddRegex::CommandOptions
1290 llvm::StringRef GetHelp() override {
1292 return CommandObjectRaw::GetHelp();
1295 return CommandObjectRaw::GetHelp();
1302 return CommandObjectRaw::GetHelp();
1718 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef);
H A DCommandObjectHelp.cpp94 m_interpreter.GetHelp(result, cmd_types); // General help
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h271 const char *GetHelp();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h189 const char *GetHelp() function in class:lldb_private::BreakpointName
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp733 const char *SBCommand::GetHelp() { function in class:SBCommand
734 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelp);
736 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString()
953 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelp, ());
H A DSBBreakpointName.cpp516 return bp_name->GetHelp();

Completed in 169 milliseconds