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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandAlias.h53 llvm::StringRef GetHelpLong() override;
H A DCommandObjectMultiword.h85 llvm::StringRef GetHelpLong() override;
H A DCommandObject.h128 virtual llvm::StringRef GetHelpLong();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp240 llvm::StringRef CommandAlias::GetHelpLong() { function in class:CommandAlias
244 return m_underlying_command_sp->GetHelpLong();
H A DCommandObject.cpp56 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } function in class:CommandObject
299 llvm::StringRef long_help = GetHelpLong();
852 llvm::StringRef long_help = GetHelpLong();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h273 const char *GetHelpLong();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp265 llvm::StringRef CommandObjectProxy::GetHelpLong() { function in class:CommandObjectProxy
268 return proxy_command->GetHelpLong();
H A DCommandObjectCommands.cpp1219 llvm::StringRef GetHelpLong() override {
1221 return CommandObjectRaw::GetHelpLong();
1225 return CommandObjectRaw::GetHelpLong();
1232 return CommandObjectRaw::GetHelpLong();
1305 llvm::StringRef GetHelpLong() override {
1307 return CommandObjectRaw::GetHelpLong();
1311 return CommandObjectRaw::GetHelpLong();
1318 return CommandObjectRaw::GetHelpLong();
H A DCommandObjectType.cpp2697 llvm::StringRef GetHelpLong() override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp740 const char *SBCommand::GetHelpLong() { function in class:SBCommand
741 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelpLong);
743 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString()
954 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelpLong, ());

Completed in 96 milliseconds