Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h280 CommandObject *GetUserCommandObject(llvm::StringRef cmd,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp827 interpreter.GetUserCommandObject(args.GetArgumentAtIndex(0), &matches, in CompleteModifiableCmdPathArgs()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1264 CommandObject *CommandInterpreter::GetUserCommandObject( in GetUserCommandObject() function in CommandInterpreter