/freebsd/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); 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 D | OptionGroupFile.h | 24 lldb::CommandArgumentType argument_type, 54 lldb::CommandArgumentType argument_type,
|
H A D | OptionGroupString.h | 22 lldb::CommandArgumentType argument_type,
|
H A D | OptionGroupUInt64.h | 23 lldb::CommandArgumentType argument_type,
|
H A D | OptionGroupFormat.h | 19 typedef std::vector<std::tuple<lldb::CommandArgumentType, const char *>>
|
/freebsd/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 | 396 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 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/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommandInterpreter.h | 43 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type); 46 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type;
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectHelp.cpp | 174 const CommandArgumentType arg_type = in DoExecute()
|
H A D | CommandObjectRegister.cpp | 50 {{CommandArgumentType::eArgTypeFormat, in CommandObjectRegisterRead()
|
H A D | CommandObjectCommands.cpp | 1484 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 D | SBCommandInterpreter.cpp | 521 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString() 529 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 557 enum CommandArgumentType { enum
|
/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 787 CommandArgumentType section in Enumerators 785 .. _CommandArgumentType: global() target 881 SymbolTypeCommandArgumentType global() argument
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 12761 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()
|