Searched refs:CommandArgumentType (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandObject.h | 54 lldb::CommandArgumentType arg_type; 63 lldb::CommandArgumentType arg_type; 90 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 93 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type); 198 static lldb::CommandArgumentType 202 FindArgumentDataByType (lldb::CommandArgumentType arg_type); 211 …GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter); 214 GetArgumentName (lldb::CommandArgumentType arg_type); 490 …AddIDsArgumentData(CommandArgumentEntry &arg, lldb::CommandArgumentType ID, lldb::CommandArgumentT…
|
| HD | OptionGroupFile.h | 36 lldb::CommandArgumentType argument_type, 94 lldb::CommandArgumentType argument_type,
|
| HD | OptionGroupUInt64.h | 34 lldb::CommandArgumentType argument_type,
|
| HD | OptionGroupString.h | 34 lldb::CommandArgumentType argument_type,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandObject.cpp | 507 CommandObject::FindArgumentDataByType (CommandArgumentType arg_type) in FindArgumentDataByType() 519 CommandObject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &inte… in GetArgumentHelp() 554 CommandObject::GetArgumentName (CommandArgumentType arg_type) in GetArgumentName() 689 CommandArgumentType 692 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName() 1023 …dObject::AddIDsArgumentData(CommandArgumentEntry &arg, CommandArgumentType ID, CommandArgumentType… in AddIDsArgumentData() 1043 CommandObject::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() 1050 CommandObject::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
|
| HD | OptionGroupFile.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupFile() 66 lldb::CommandArgumentType argument_type, in OptionGroupFileList()
|
| HD | OptionGroupUInt64.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
|
| HD | OptionGroupString.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupString()
|
| HD | Options.cpp | 671 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage() 942 lldb::CommandArgumentType option_arg_type = opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBCommandInterpreter.h | 93 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 96 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-types.h | 100 lldb::CommandArgumentType argument_type; // Type of argument this option takes
|
| HD | lldb-enumerations.h | 455 enum CommandArgumentType enum
|
| /NextBSD/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 77 lldb::CommandArgumentType argument_type; // Type of argument this option takes 267 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage() 319 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectHelp.cpp | 179 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBCommandInterpreter.cpp | 569 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() 575 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
|