Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandObject.h54 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…
HDOptionGroupFile.h36 lldb::CommandArgumentType argument_type,
94 lldb::CommandArgumentType argument_type,
HDOptionGroupUInt64.h34 lldb::CommandArgumentType argument_type,
HDOptionGroupString.h34 lldb::CommandArgumentType argument_type,
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp507 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()
HDOptionGroupFile.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupFile()
66 lldb::CommandArgumentType argument_type, in OptionGroupFileList()
HDOptionGroupUInt64.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
HDOptionGroupString.cpp25 lldb::CommandArgumentType argument_type, in OptionGroupString()
HDOptions.cpp671 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/
HDSBCommandInterpreter.h93 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
96 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-private-types.h100 lldb::CommandArgumentType argument_type; // Type of argument this option takes
HDlldb-enumerations.h455 enum CommandArgumentType enum
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp77 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/
HDCommandObjectHelp.cpp179 …const CommandArgumentType arg_type = CommandObject::LookupArgumentName (command.GetArgumentAtIndex… in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp569 SBCommandInterpreter::GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentTypeAsCString()
575 SBCommandInterpreter::GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type) in GetArgumentDescriptionAsCString()