Searched refs:eArgTypeCommandName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 57 command_arg.arg_type = eArgTypeCommandName; in CommandObjectHelp()
|
| H A D | CommandObjectCommands.cpp | 519 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsAlias() 867 alias_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsDelete() 1559 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptAdd() 1826 cmd_arg.arg_type = eArgTypeCommandName; in CommandObjectCommandsScriptDelete()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1405 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1408 OptionParser::eRequiredArgument, nullptr, {}, 0, eArgTypeCommandName, 1420 nullptr, {}, 0, eArgTypeCommandName,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 549 eArgTypeCommandName, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 1029 …{ eArgTypeCommandName, "cmd-name", CommandCompletions::eNoCompletion, { nullptr, false }, "A debug…
|