Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMultiword.cpp359 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong()
368 …nst CommandObject *proxy_command = const_cast<CommandObjectProxy *>(this)->GetProxyCommandObject(); in IsRemovable()
377 CommandObject *proxy_command = GetProxyCommandObject(); in IsMultiwordObject()
386 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandSP()
395 CommandObject *proxy_command = GetProxyCommandObject(); in GetSubcommandObject()
407 CommandObject *proxy_command = GetProxyCommandObject(); in AproposAllSubCommands()
419 CommandObject *proxy_command = GetProxyCommandObject(); in LoadSubCommand()
428 CommandObject *proxy_command = GetProxyCommandObject(); in WantsRawCommandString()
437 CommandObject *proxy_command = GetProxyCommandObject(); in WantsCompletion()
447 CommandObject *proxy_command = GetProxyCommandObject(); in GetOptions()
[all …]
HDCommandObjectProcess.cpp1149 GetProxyCommandObject() in GetProxyCommandObject() function in CommandObjectProcessPlugin
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObjectMultiword.h113 GetProxyCommandObject() = 0;