Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp168 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText()
174 "--", pos->second->GetHelp(), in GenerateHelpText()
247 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
271 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp() function in CommandObjectProxy
274 return proxy_command->GetHelp(); in GetHelp()
275 return CommandObject::GetHelp(); in GetHelp()
DCommandObjectCommands.cpp627 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion()
720 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion()
865 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute()
1046 llvm::StringRef GetHelp() { return m_help; } in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions
1157 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject
1159 return CommandObjectRaw::GetHelp(); in GetHelp()
1162 return CommandObjectRaw::GetHelp(); in GetHelp()
1169 return CommandObjectRaw::GetHelp(); in GetHelp()
1600 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
1665 request.TryCompleteCurrentArg(c.first, c.second->GetHelp()); in HandleArgumentCompletion()
DCommandObjectHelp.cpp94 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp101 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()
DCommandObject.cpp56 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp() function in CommandObject
321 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord()
861 std::string help_text(GetHelp()); in GenerateHelpText()
DCommandInterpreter.cpp985 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1114 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1213 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter
1234 pos->second->GetHelp(), max_len); in GetHelp()
1251 alias_pos->second->GetHelp(), max_len); in GetHelp()
1263 pos->second->GetHelp(), max_len); in GetHelp()
2691 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
/external/toolchain-utils/crosperf/
Dhelp.py39 def GetHelp(self): member in Help
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h51 llvm::StringRef GetHelp() override;
DCommandObject.h47 descriptions->AppendString(iter->second->GetHelp());
127 virtual llvm::StringRef GetHelp();
DCommandObjectMultiword.h87 llvm::StringRef GetHelp() override;
DCommandInterpreter.h370 void GetHelp(CommandReturnObject &result,
/external/pdfium/testing/tools/
Dencode_pdf_filter.py55 def GetHelp(): member in _PdfStream
179 epilog=_PdfStream.GetHelp(),
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp661 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand
662 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelp); in GetHelp()
664 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
861 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelp, ()); in RegisterMethods()
DSBBreakpointName.cpp517 return bp_name->GetHelp(); in GetHelpString()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointName.h189 const char *GetHelp() in GetHelp() function
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h299 const char *GetHelp();