Home
last modified time | relevance | path

Searched refs:DoGetProxyCommandObject (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.h37 llvm::Expected<lldb::CommandObjectSP> DoGetProxyCommandObject();
H A DCommandObjectTrace.cpp396 Expected<CommandObjectSP> CommandObjectTraceProxy::DoGetProxyCommandObject() { in DoGetProxyCommandObject() function in CommandObjectTraceProxy
415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject()