Searched refs:CommandArgumentType (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/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); 387 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 *>>
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type;
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 185 const CommandArgumentType arg_type = in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 501 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 508 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 522 enum CommandArgumentType { enum
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | python_api_enums.rst | 786 CommandArgumentType section in Enumerators
|