Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance
285 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy288 return proxy_command->GetHelpLong(); in GetHelpLong()289 return CommandObject::GetHelpLong(); in GetHelpLong()
1086 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction1088 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1092 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1099 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1172 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject1174 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1178 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()1185 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
2781 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
240 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias244 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
58 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject322 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()873 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
53 llvm::StringRef GetHelpLong() override;
89 llvm::StringRef GetHelpLong() override;
129 virtual llvm::StringRef GetHelpLong();
668 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand669 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelpLong); in GetHelpLong()671 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()862 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelpLong, ()); in RegisterMethods()
301 const char *GetHelpLong();