Searched refs:GetArgumentName (Results 1 – 6 of 6) sorted by relevance
47 const char *GetArgumentName(uint32_t arg_idx);
81 GetArgumentName (uint32_t arg_idx);
426 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() function in CommandObject480 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments()481 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments()521 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type)); in GetFormattedCommandArguments()
380 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()385 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
166 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName() function in SBFunction
215 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);