Home
last modified time | relevance | path

Searched refs:GetArgumentDescriptionAsCString (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h46 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp528 const char *SBCommandInterpreter::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in SBCommandInterpreter
532 return ConstString(CommandObject::GetArgumentDescriptionAsCString(arg_type)) in GetArgumentDescriptionAsCString()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h124 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type); in GetCommandInterpreter()
/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp741 const char *CommandObject::GetArgumentDescriptionAsCString( in AddIDsArgumentData()
744 "Invalid argument type passed to GetArgumentDescriptionAsCString"); in GetArgumentTypeAsCString()
750 const char *CommandObject::GetArgumentDescriptionAsCString( GetArgumentDescriptionAsCString() function in CommandObject