Home
last modified time | relevance | path

Searched refs:GetProxyCommandObject (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp263 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
270 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
277 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
284 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
299 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
306 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
313 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
323 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
331 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
341 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands()
[all …]
H A DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectTrace.cpp323 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
H A DCommandObjectProcess.cpp822 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h83 virtual CommandObject *GetProxyCommandObject() = 0;