HomeSort by relevance Sort by last modified time
    Searched refs:CommandArgumentType (Results 1 - 16 of 16) sorted by null

  /external/lldb/scripts/Python/interface/
SBCommandInterpreter.i 73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
  /external/lldb/include/lldb/Interpreter/
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::CommandArgumentType IDRange)
    [all...]
OptionGroupString.h 34 lldb::CommandArgumentType argument_type,
OptionGroupUInt64.h 34 lldb::CommandArgumentType argument_type,
OptionGroupFile.h 36 lldb::CommandArgumentType argument_type,
94 lldb::CommandArgumentType argument_type,
  /external/lldb/include/lldb/
lldb-private-types.h 65 lldb::CommandArgumentType argument_type; // Type of argument this option takes
lldb-enumerations.h 369 typedef enum CommandArgumentType
448 } CommandArgumentType;
  /external/lldb/source/Interpreter/
OptionGroupFile.cpp 25 lldb::CommandArgumentType argument_type,
65 lldb::CommandArgumentType argument_type,
OptionGroupString.cpp 25 lldb::CommandArgumentType argument_type,
OptionGroupUInt64.cpp 25 lldb::CommandArgumentType argument_type,
CommandObject.cpp 494 CommandObject::FindArgumentDataByType (CommandArgumentType arg_type)
506 CommandObject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &interpreter)
541 CommandObject::GetArgumentName (CommandArgumentType arg_type)
676 CommandArgumentType
679 CommandArgumentType return_type = eArgTypeLastArg;
    [all...]
Options.cpp 664 CommandArgumentType arg_type = opt_defs[i].argument_type;
935 lldb::CommandArgumentType option_arg_type = opt_defs[opt_defs_index].argument_type;
    [all...]
  /external/lldb/include/lldb/API/
SBCommandInterpreter.h 38 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
41 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
  /external/lldb/source/Commands/
CommandObjectHelp.cpp 176 const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex (0));
  /external/lldb/source/API/
SBCommandInterpreter.cpp 351 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type)
357 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type)
  /external/lldb/tools/driver/
Driver.cpp 69 lldb::CommandArgumentType argument_type; // Type of argument this option takes
271 CommandArgumentType arg_type = option_table[i].argument_type;
323 CommandArgumentType arg_type = option_table[i].argument_type;
    [all...]

Completed in 407 milliseconds