Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp99 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
232 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() function in CommandAlias
236 return m_underlying_command_sp->GetHelp(); in GetHelp()
H A DCommandObject.cpp55 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp() function in CommandObject
301 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord()
842 std::string help_text(GetHelp()); in GenerateHelpText()
847 interpreter.OutputFormattedHelpText(output_strm, "", "", GetHelp(), 1); in GenerateHelpText()
H A DCommandInterpreter.cpp952 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1081 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1177 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter
1198 pos->second->GetHelp(), max_len); in GetHelp()
1215 alias_pos->second->GetHelp(), max_len); in GetHelp()
1227 pos->second->GetHelp(), max_len); in GetHelp()
2634 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp170 std::string help_text(pos->second->GetHelp()); in GenerateHelpText()
178 pos->second->GetHelp(), max_len); in GenerateHelpText()
258 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
H A DCommandObjectCommands.cpp1030 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute()
1214 const char *GetHelp() { in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions
1332 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject
1334 return CommandObjectRaw::GetHelp(); in GetHelp()
1337 return CommandObjectRaw::GetHelp(); in GetHelp()
1344 return CommandObjectRaw::GetHelp(); in GetHelp()
1783 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
H A DCommandObjectHelp.cpp101 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h52 llvm::StringRef GetHelp() override;
H A DCommandObject.h48 descriptions->AppendString(iter->second->GetHelp());
126 virtual llvm::StringRef GetHelp();
H A DCommandInterpreter.h337 void GetHelp(CommandReturnObject &result,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h190 const char *GetHelp() in GetHelp() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h282 const char *GetHelp();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp506 LLDB_LOG(log, "Help: {0}\n", bp_name->GetHelp()); in GetHelpString()
507 return bp_name->GetHelp(); in GetHelpString()
H A DSBCommandInterpreter.cpp592 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand
593 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()