Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp276 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
291 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
298 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
305 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
313 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
321 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
331 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands()
339 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
346 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
353 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
[all …]
H A DCommandObjectProcess.cpp934 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h86 virtual CommandObject *GetProxyCommandObject() = 0;