Home
last modified time | relevance | path

Searched defs:command_obj (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h185 const lldb::CommandObjectSP &command_obj) { in LoadSubCommand()
190 const lldb::CommandObjectSP &command_obj, in LoadUserSubcommand()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1232 CommandObject *command_obj = in GetCommandObject() local