Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp314 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
321 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
328 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
335 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
350 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
357 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
364 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
374 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
382 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
390 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
[all …]
H A DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectTrace.cpp424 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
H A DCommandObjectProcess.cpp1000 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h86 virtual CommandObject *GetProxyCommandObject() = 0;