Searched refs:CommandArgumentType (Results 1 – 16 of 16) sorted by relevance
/external/lldb/include/lldb/Interpreter/ |
D | 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); 192 static lldb::CommandArgumentType 196 FindArgumentDataByType (lldb::CommandArgumentType arg_type); 205 …GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter); 208 GetArgumentName (lldb::CommandArgumentType arg_type); 549 …AddIDsArgumentData(CommandArgumentEntry &arg, lldb::CommandArgumentType ID, lldb::CommandArgumentT…
|
D | OptionGroupFile.h | 36 lldb::CommandArgumentType argument_type, 94 lldb::CommandArgumentType argument_type,
|
D | OptionGroupUInt64.h | 34 lldb::CommandArgumentType argument_type,
|
D | OptionGroupString.h | 34 lldb::CommandArgumentType argument_type,
|
/external/lldb/scripts/Python/interface/ |
D | SBCommandInterpreter.i | 73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
/external/lldb/source/Interpreter/ |
D | OptionGroupFile.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupFile() 65 lldb::CommandArgumentType argument_type, in OptionGroupFileList()
|
D | CommandObject.cpp | 494 CommandObject::FindArgumentDataByType (CommandArgumentType arg_type) in FindArgumentDataByType() 506 CommandObject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &inte… in GetArgumentHelp() 541 CommandObject::GetArgumentName (CommandArgumentType arg_type) in GetArgumentName() 676 CommandArgumentType 679 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName() 976 …dObject::AddIDsArgumentData(CommandArgumentEntry &arg, CommandArgumentType ID, CommandArgumentType… in AddIDsArgumentData() 996 CommandObject::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() 1005 CommandObject::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
|
D | OptionGroupUInt64.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
|
D | OptionGroupString.cpp | 25 lldb::CommandArgumentType argument_type, in OptionGroupString()
|
D | Options.cpp | 664 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage() 935 lldb::CommandArgumentType option_arg_type = opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
|
/external/lldb/include/lldb/API/ |
D | SBCommandInterpreter.h | 38 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 41 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
/external/lldb/include/lldb/ |
D | lldb-private-types.h | 65 lldb::CommandArgumentType argument_type; // Type of argument this option takes
|
D | lldb-enumerations.h | 369 typedef enum CommandArgumentType enum 448 } CommandArgumentType; typedef
|
/external/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 351 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString() 357 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
|
/external/lldb/source/Commands/ |
D | CommandObjectHelp.cpp | 176 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute()
|
/external/lldb/tools/driver/ |
D | Driver.cpp | 69 lldb::CommandArgumentType argument_type; // Type of argument this option takes 271 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage() 323 CommandArgumentType arg_type = option_table[i].argument_type; in ShowUsage()
|