Home
last modified time | relevance | path

Searched refs:GetHelpLong (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp344 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy
347 return proxy_command->GetHelpLong(); in GetHelpLong()
348 return CommandObject::GetHelpLong(); in GetHelpLong()
H A DCommandObjectCommands.cpp1062 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1064 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1068 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1075 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1179 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectRaw
1181 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1185 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1192 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
2102 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectParsed
2104 return CommandObjectParsed::GetHelpLong(); in GetHelpLong()
[all …]
H A DCommandObjectType.cpp2605 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp243 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias
247 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
H A DCommandObject.cpp56 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject
348 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
677 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h53 llvm::StringRef GetHelpLong() override;
H A DCommandObjectMultiword.h95 llvm::StringRef GetHelpLong() override;
H A DCommandObject.h130 virtual llvm::StringRef GetHelpLong();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h376 const char *GetHelpLong();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp675 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
678 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()