Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h83 lldb::CommandArgumentType arg_type;
92 lldb::CommandArgumentType arg_type;
119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
196 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
199 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
205 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
208 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
402 lldb::CommandArgumentType ID,
403 lldb::CommandArgumentType IDRange);
H A DOptionGroupFile.h27 lldb::CommandArgumentType argument_type,
60 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h25 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h26 lldb::CommandArgumentType argument_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp354 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType()
364 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp()
395 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName()
525 CommandArgumentType
527 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName()
887 CommandArgumentType ID, in AddIDsArgumentData()
888 CommandArgumentType IDRange) { in AddIDsArgumentData()
910 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
917 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
H A DOptionGroupFile.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupFile()
52 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
H A DOptionGroupString.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupString()
H A DOptionGroupUInt64.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
H A DOptions.cpp579 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage()
798 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h84 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
87 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h121 lldb::CommandArgumentType argument_type; // Type of argument this option takes
H A Dlldb-enumerations.h537 enum CommandArgumentType { enum
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp191 const CommandArgumentType arg_type = in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp513 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
518 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()