Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp265 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
272 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelp()
279 CommandObject *proxy_command = GetProxyCommandObject(); in GetSyntax()
286 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
294 const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
301 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
308 CommandObject *proxy_command = GetProxyCommandObject(); in GetAsMultiwordCommand()
315 CommandObject *proxy_command = GetProxyCommandObject(); in GenerateHelpText()
325 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
333 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
[all …]
DCommandObjectProcess.cpp816 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectProcessPlugin
DCommandObjectThread.cpp2020 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject() function in CommandObjectTraceStart
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h83 virtual CommandObject *GetProxyCommandObject() = 0;