Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1055 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1057 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 CommandObjectScriptingObject
1142 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1146 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1153 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
H A DCommandObjectMultiword.cpp283 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy
286 return proxy_command->GetHelpLong(); in GetHelpLong()
287 return CommandObject::GetHelpLong(); in GetHelpLong()
H A DCommandObjectType.cpp2729 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp239 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias
243 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
H A DCommandObject.cpp55 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject
316 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
866 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h53 llvm::StringRef GetHelpLong() override;
H A DCommandObjectMultiword.h89 llvm::StringRef GetHelpLong() override;
H A DCommandObject.h129 virtual llvm::StringRef GetHelpLong();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp656 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
657 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h301 const char *GetHelpLong();