Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h84 lldb::CommandArgumentType arg_type;
94 lldb::CommandArgumentType arg_type;
100 CommandArgumentData(lldb::CommandArgumentType type = lldb::eArgTypeNone,
119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
205 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
208 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
213 lldb::CommandArgumentType arg_type,
228 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
231 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
H A DOptionGroupFile.h24 lldb::CommandArgumentType argument_type,
54 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h22 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h23 lldb::CommandArgumentType argument_type,
H A DOptionGroupFormat.h19 typedef std::vector<std::tuple<lldb::CommandArgumentType, const char *>>
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFile.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupFile()
48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
H A DCommandObject.cpp396 CommandArgumentType arg_type, ArgumentRepetitionType repetition_type) { in AddSimpleArgumentList()
424 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType()
432 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp()
481 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName()
630 CommandArgumentType
632 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName()
744 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
751 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
H A DOptionGroupString.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupString()
H A DOptionGroupUInt64.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
H A DOptions.cpp706 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h43 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
46 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp174 const CommandArgumentType arg_type = in DoExecute()
H A DCommandObjectRegister.cpp50 {{CommandArgumentType::eArgTypeFormat, in CommandObjectRegisterRead()
H A DCommandObjectCommands.cpp1484 option_def.argument_type = (CommandArgumentType) val_type; in SetOptionsFromArray()
1506 option_def.completion_type = (CommandArgumentType) completion_type; in SetOptionsFromArray()
1749 CommandArgumentType arg_type = eArgTypeNone; in CommandObjectScriptingObjectParsed()
1780 arg_type = (CommandArgumentType) arg_type_int; in CommandObjectScriptingObjectParsed()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp521 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
529 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h557 enum CommandArgumentType { enum
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst787 CommandArgumentType section in Enumerators
785 .. _CommandArgumentType: global() target
881 SymbolTypeCommandArgumentType global() argument
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12761 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()
12766 arg1 = (lldb::CommandArgumentType const)lua_tointeger(L, 1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()
12781 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()
12786 arg1 = (lldb::CommandArgumentType const)lua_tointeger(L, 1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()