Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h87 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp517 const char *SBCommandInterpreter::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in SBCommandInterpreter
519 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp916 const char *CommandObject::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in CommandObject