Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1561 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1756 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1939 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2048 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
H A DCommandCompletions.cpp836 interpreter.VerifyUserMultiwordCmdPath(args, true, error); in CompleteModifiableCmdPathArgs()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h319 CommandObjectMultiword *VerifyUserMultiwordCmdPath(Args &path,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp933 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath() function in CommandInterpreter