Searched refs:VerifyUserMultiwordCmdPath (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 2477 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute() 2665 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 2835 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute() 2930 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
|
| H A D | CommandCompletions.cpp | 891 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 342 VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, Status &result);
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 963 CommandInterpreter::VerifyUserMultiwordCmdPath(Args &path, bool leaf_is_command, in VerifyUserMultiwordCmdPath() function in CommandInterpreter
|