Home
last modified time | relevance | path

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

/freebsd-14.2/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()
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()
385 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
[all …]
H A DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectTrace.cpp417 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
H A DCommandObjectProcess.cpp946 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h87 virtual CommandObject *GetProxyCommandObject() = 0;