Searched defs:cmd_name (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/test/API/commands/command/script/add/ |
H A D | TestAddParsedCommand.py | 24 def check_help_options(self, cmd_name, opt_list, substrs=[]): argument
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 184 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_obj) LoadSubCommand() argument 189 LoadUserSubcommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_obj,bool can_replace) LoadUserSubcommand() argument
|
H A D | CommandInterpreter.h | 533 PrintWarningsIfNecessary(Stream & s,const std::string & cmd_name) PrintWarningsIfNecessary() argument
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 133 RemoveUserSubcommand(llvm::StringRef cmd_name,bool must_be_multiword) RemoveUserSubcommand() argument 384 LoadSubCommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_sp) LoadSubCommand() argument
|
H A D | CommandObjectCommands.cpp | 2573 const char *cmd_name = command.GetArgumentAtIndex(0); DoExecute() local 2601 const char *cmd_name = command.GetArgumentAtIndex(num_args - 1); DoExecute() local 2654 const char *cmd_name = command.GetArgumentAtIndex(0); DoExecute() local [all...] |
/llvm-project/clang/utils/ |
H A D | creduce-clang-crash.py | 41 check_cmd(cmd_name, cmd_dir, cmd_path=None) global() argument
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangUserExpression.cpp | 922 static constexpr llvm::StringLiteral cmd_name("_cmd"); AddArguments() local
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 3445 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); ResolveCommandImpl() local
|