Home
last modified time | relevance | path

Searched refs:CommandArgumentType (Results 1 – 16 of 16) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandObject.h54 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…
DOptionGroupFile.h36 lldb::CommandArgumentType argument_type,
94 lldb::CommandArgumentType argument_type,
DOptionGroupUInt64.h34 lldb::CommandArgumentType argument_type,
DOptionGroupString.h34 lldb::CommandArgumentType argument_type,
/external/lldb/scripts/Python/interface/
DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/external/lldb/source/Interpreter/
DOptionGroupFile.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupFile()
65 lldb::CommandArgumentType argument_type, in OptionGroupFileList()
DCommandObject.cpp494 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()
DOptionGroupUInt64.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
DOptionGroupString.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupString()
DOptions.cpp664 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/
DSBCommandInterpreter.h38 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
41 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/external/lldb/include/lldb/
Dlldb-private-types.h65 lldb::CommandArgumentType argument_type; // Type of argument this option takes
Dlldb-enumerations.h369 typedef enum CommandArgumentType enum
448 } CommandArgumentType; typedef
/external/lldb/source/API/
DSBCommandInterpreter.cpp351 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString()
357 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()
/external/lldb/source/Commands/
DCommandObjectHelp.cpp176 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute()
/external/lldb/tools/driver/
DDriver.cpp69 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()