Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.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()
H A DCommandCompletions.cpp882 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h333 CommandObjectMultiword *VerifyUserMultiwordCmdPath(Args &path,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp959 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath() function in CommandInterpreter