Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
1055 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1057 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1061 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1068 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1140 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject1142 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1146 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1153 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
283 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy286 return proxy_command->GetHelpLong(); in GetHelpLong()287 return CommandObject::GetHelpLong(); in GetHelpLong()
2729 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
239 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias243 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
55 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject316 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()866 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
53 llvm::StringRef GetHelpLong() override;
89 llvm::StringRef GetHelpLong() override;
129 virtual llvm::StringRef GetHelpLong();
656 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand657 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelpLong); in GetHelpLong()659 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()850 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelpLong, ()); in RegisterMethods()
301 const char *GetHelpLong();