Searched refs:CommandArgumentType (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 82 lldb::CommandArgumentType arg_type; 91 lldb::CommandArgumentType arg_type; 97 CommandArgumentData(lldb::CommandArgumentType type = lldb::eArgTypeNone, 119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type); 197 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name); 200 FindArgumentDataByType(lldb::CommandArgumentType arg_type); 206 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type, 209 static const char *GetArgumentName(lldb::CommandArgumentType arg_type); 374 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,
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCommandInterpreter.i | 73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type); 76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| 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 | CommandObject.cpp | 367 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType() 377 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp() 408 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() 538 CommandArgumentType 540 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName() 898 CommandArgumentType ID, in AddIDsArgumentData() 899 CommandArgumentType IDRange) { in AddIDsArgumentData() 921 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 928 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
| 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 | 573 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage() 761 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 525 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 528 (const lldb::CommandArgumentType), arg_type); in GetArgumentTypeAsCString() 534 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString() 537 (const lldb::CommandArgumentType), arg_type); in GetArgumentDescriptionAsCString() 827 (const lldb::CommandArgumentType)); in RegisterMethods() 830 (const lldb::CommandArgumentType)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 182 const CommandArgumentType arg_type = in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 515 enum CommandArgumentType { enum
|
| /freebsd-13.1/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 786 CommandArgumentType section in Enumerators
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 11569 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString() 11574 arg1 = (lldb::CommandArgumentType const)(int)lua_tonumber(L, 1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString() 11589 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString() 11594 arg1 = (lldb::CommandArgumentType const)(int)lua_tonumber(L, 1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()
|