Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1582 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1776 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1958 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2066 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
H A DCommandCompletions.cpp867 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h319 CommandObjectMultiword *VerifyUserMultiwordCmdPath(Args &path,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp936 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath() function in CommandInterpreter