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.cpp309 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
316 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
323 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
330 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
338 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
345 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
352 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
359 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
369 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
377 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.cpp923 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h87 virtual CommandObject *GetProxyCommandObject() = 0;
129 /// Execute is called) and \a GetProxyCommandObject returned null.