Home
last modified time | relevance | path

Searched refs:GetUserCommandObject (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h294 CommandObject *GetUserCommandObject(llvm::StringRef cmd,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp873 interpreter.GetUserCommandObject(args.GetArgumentAtIndex(0), &matches, in CompleteModifiableCmdPathArgs()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1269 CommandObject *CommandInterpreter::GetUserCommandObject( in GetUserCommandObject() function in CommandInterpreter