Home
last modified time | relevance | path

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

/freebsd-14.2/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
318 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
612 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp329 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy
332 return proxy_command->GetHelpLong(); in GetHelpLong()
333 return CommandObject::GetHelpLong(); in GetHelpLong()
H A DCommandObjectCommands.cpp1096 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1098 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1102 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1109 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1199 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject
1201 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1205 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1212 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
H A DCommandObjectType.cpp2705 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h358 const char *GetHelpLong();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp632 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
635 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()