Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandAlias.cpp240 llvm::StringRef CommandAlias::GetHelpLong() { in GetHelpLong() function in CommandAlias
244 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
302 llvm::StringRef long_help = GetHelpLong(); in HelpTextContainsWord()
855 llvm::StringRef long_help = GetHelpLong(); in GenerateHelpText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp1258 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectPythonFunction
1260 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1264 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1271 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1347 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectScriptingObject
1349 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1353 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
1360 return CommandObjectRaw::GetHelpLong(); in GetHelpLong()
H A DCommandObjectMultiword.cpp275 llvm::StringRef CommandObjectProxy::GetHelpLong() { in GetHelpLong() function in CommandObjectProxy
278 return proxy_command->GetHelpLong(); in GetHelpLong()
H A DCommandObjectType.cpp2842 llvm::StringRef GetHelpLong() override { in GetHelpLong() function in CommandObjectTypeLookup
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandAlias.h54 llvm::StringRef GetHelpLong() override;
H A DCommandObjectMultiword.h88 llvm::StringRef GetHelpLong() override;
H A DCommandObject.h128 virtual llvm::StringRef GetHelpLong();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h284 const char *GetHelpLong();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp597 const char *SBCommand::GetHelpLong() { in GetHelpLong() function in SBCommand
598 return (IsValid() ? ConstString(m_opaque_sp->GetHelpLong()).AsCString() in GetHelpLong()