Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h46 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp750 const char *CommandObject::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in CommandObject
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp12787 result = (char *)lldb::SBCommandInterpreter::GetArgumentDescriptionAsCString(arg1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()