Searched refs:CommandArgumentType (Results 1 – 18 of 18) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 84 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); 214 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type, 217 static const char *GetArgumentName(lldb::CommandArgumentType arg_type); 388 lldb::CommandArgumentType ID, [all …]
|
| H A D | OptionGroupFile.h | 24 lldb::CommandArgumentType argument_type, 54 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupUInt64.h | 23 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupString.h | 22 lldb::CommandArgumentType argument_type,
|
| H A D | OptionGroupFormat.h | 19 typedef std::vector<std::tuple<lldb::CommandArgumentType, const char *>>
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 369 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() 377 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp() 426 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() 558 CommandArgumentType 560 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName() 644 CommandArgumentType ID, in AddIDsArgumentData() 645 CommandArgumentType IDRange) { in AddIDsArgumentData() 667 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 674 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
| H A D | OptionGroupFile.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupFile() 48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
|
| H A D | OptionGroupString.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
|
| H A D | Options.cpp | 706 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 42 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 45 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 185 const CommandArgumentType arg_type = in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 50 {{CommandArgumentType::eArgTypeFormat, in CommandObjectRegisterRead()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 519 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 527 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 557 enum CommandArgumentType { enum
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 787 CommandArgumentType section in Enumerators
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 11963 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString() 11968 arg1 = (lldb::CommandArgumentType const)lua_tointeger(L, 1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString() 11983 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString() 11988 arg1 = (lldb::CommandArgumentType const)lua_tointeger(L, 1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()
|