Home
last modified time | relevance | path

Searched refs:VerifyUserMultiwordCmdPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp2234 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
2422 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2592 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2687 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
HDCommandCompletions.cpp882 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h333 CommandObjectMultiword *VerifyUserMultiwordCmdPath(Args &path,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp959 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath() function in CommandInterpreter