Home
last modified time | relevance | path

Searched defs:cmd_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp77 lldb::CommandObjectSP cmd_sp, in CommandAlias()
DCommandInterpreter.cpp1002 const lldb::CommandObjectSP &cmd_sp, in AddCommand()
1024 const lldb::CommandObjectSP &cmd_sp, in AddUserCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp818 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in IOHandlerInputComplete() local
972 CommandObjectSP cmd_sp(m_regex_cmd_up.release()); in AddRegexCommandToInterpreter() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp631 SBCommand::SBCommand(lldb::CommandObjectSP cmd_sp) : m_opaque_sp(cmd_sp) {} in SBCommand()