Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp533 const char *SBCommandInterpreter::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in SBCommandInterpreter
536 GetArgumentDescriptionAsCString, in GetArgumentDescriptionAsCString()
539 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString()
829 GetArgumentDescriptionAsCString, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp927 const char *CommandObject::GetArgumentDescriptionAsCString( in GetArgumentDescriptionAsCString() function in CommandObject
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11595 result = (char *)lldb::SBCommandInterpreter::GetArgumentDescriptionAsCString(arg1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()