Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
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()
292 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
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()
[all …]
DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
DCommandObjectTrace.cpp323 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
DCommandObjectProcess.cpp822 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h83 virtual CommandObject *GetProxyCommandObject() = 0;