Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp324 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
331 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
338 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
345 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
353 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
360 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
367 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
374 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
384 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
392 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
[all …]
H A DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectTrace.cpp414 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
H A DCommandObjectProcess.cpp950 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h89 virtual CommandObject *GetProxyCommandObject() = 0;