/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMultiword.cpp | 168 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()
|
D | CommandObjectCommands.cpp | 627 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()
|
D | CommandObjectHelp.cpp | 94 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandAlias.cpp | 101 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()
|
D | CommandObject.cpp | 56 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()
|
D | CommandInterpreter.cpp | 985 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/ |
D | help.py | 39 def GetHelp(self): member in Help
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandAlias.h | 51 llvm::StringRef GetHelp() override;
|
D | CommandObject.h | 47 descriptions->AppendString(iter->second->GetHelp()); 127 virtual llvm::StringRef GetHelp();
|
D | CommandObjectMultiword.h | 87 llvm::StringRef GetHelp() override;
|
D | CommandInterpreter.h | 370 void GetHelp(CommandReturnObject &result,
|
/external/pdfium/testing/tools/ |
D | encode_pdf_filter.py | 55 def GetHelp(): member in _PdfStream 179 epilog=_PdfStream.GetHelp(),
|
/external/llvm-project/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 661 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()
|
D | SBBreakpointName.cpp | 517 return bp_name->GetHelp(); in GetHelpString()
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointName.h | 189 const char *GetHelp() in GetHelp() function
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 299 const char *GetHelp();
|