Searched refs:CommandArgumentType (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 83 lldb::CommandArgumentType arg_type; 92 lldb::CommandArgumentType arg_type; 119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type); 196 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name); 199 FindArgumentDataByType(lldb::CommandArgumentType arg_type); 205 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type, 208 static const char *GetArgumentName(lldb::CommandArgumentType arg_type); 402 lldb::CommandArgumentType ID, 403 lldb::CommandArgumentType IDRange);
|
| H A D | OptionGroupFile.h | 27 lldb::CommandArgumentType argument_type, 60 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupString.h | 25 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupUInt64.h | 26 lldb::CommandArgumentType argument_type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 354 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() 364 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp() 395 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() 525 CommandArgumentType 527 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName() 887 CommandArgumentType ID, in AddIDsArgumentData() 888 CommandArgumentType IDRange) { in AddIDsArgumentData() 910 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 917 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
| H A D | OptionGroupFile.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupFile() 52 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
|
| H A D | OptionGroupString.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 20 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
|
| H A D | Options.cpp | 579 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage() 798 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 84 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 87 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 121 lldb::CommandArgumentType argument_type; // Type of argument this option takes
|
| H A D | lldb-enumerations.h | 537 enum CommandArgumentType { enum
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 191 const CommandArgumentType arg_type = in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 513 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 518 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|