Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp285 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy
288 return proxy_command->GetHelpLong(); in GetHelpLong()
289 return CommandObject::GetHelpLong(); in GetHelpLong()
DCommandObjectCommands.cpp1086 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1088 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1092 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1099 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1172 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject
1174 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1178 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1185 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
DCommandObjectType.cpp2781 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp240 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias
244 return m_underlying_command_sp->GetHelpLong(); in GetHelpLong()
DCommandObject.cpp58 llvm::StringRef CommandObject::GetHelpLong() { return m_cmd_help_long; } in GetHelpLong() function in CommandObject
322 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
873 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h53 llvm::StringRef GetHelpLong() override;
DCommandObjectMultiword.h89 llvm::StringRef GetHelpLong() override;
DCommandObject.h129 virtual llvm::StringRef GetHelpLong();
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp668 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
669 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelpLong); in GetHelpLong()
671 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()
862 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelpLong, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h301 const char *GetHelpLong();