Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h50 const char *GetArgumentName(uint32_t arg_idx);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp481 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName() function in CommandObject
552 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments()
553 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments()
593 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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp177 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName() function in SBFunction
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h231 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp32602 result = (char *)(arg1)->GetArgumentName(arg2); in _wrap_SBFunction_GetArgumentName()