Home
last modified time | relevance | path

Searched refs:GetArgumentName (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBFunction.h47 const char *GetArgumentName(uint32_t arg_idx);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBFunction.i81 GetArgumentName (uint32_t arg_idx);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp426 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() function in CommandObject
480 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()
H A DOptions.cpp380 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
385 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
/llvm-project-15.0.7/lldb/source/API/
H A DSBFunction.cpp166 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName() function in SBFunction
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h215 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);