Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp244 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias
248 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
H A DCommandObject.cpp57 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject
355 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
684 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1052 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1054 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1058 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1065 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1169 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectRaw
1171 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1175 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1182 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1865 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObjectParsed
1867 return CommandObjectParsed::GetHelpLong(); in GetHelpLong()
[all …]
H A DCommandObjectMultiword.cpp329 llvm::StringRef CommandObjectProxy::GetHelpLong() {
332 return proxy_command->GetHelpLong(); in GetHelpLong()
333 return CommandObject::GetHelpLong(); in GetHelpLong()
330 llvm::StringRef CommandObjectProxy::GetHelpLong() { GetHelpLong() function in CommandObjectProxy
H A DCommandObjectType.cpp2584 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h53 llvm::StringRef GetHelpLong() override;
H A DCommandObjectMultiword.h93 llvm::StringRef GetHelpLong() override;
H A DCommandObject.h129 virtual llvm::StringRef GetHelpLong();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h374 const char *GetHelpLong();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp662 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
665 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()