Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp310 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
317 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
324 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
331 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
339 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
346 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
353 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
360 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
370 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
378 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
[all …]
H A DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectTrace.cpp424 CommandObject *CommandObjectTraceProxy::GetProxyCommandObject() { in GetProxyCommandObject() function in CommandObjectTraceProxy
H A DCommandObjectProcess.cpp1001 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h87 virtual CommandObject *GetProxyCommandObject() = 0;