Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h43 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp520 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
524 return ConstString(CommandObject::GetArgumentTypeAsCString(arg_type)) in GetArgumentTypeAsCString()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h121 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp734 const char *CommandObject::GetArgumentTypeAsCString( in AddIDsArgumentData()
737 "Invalid argument type passed to GetArgumentTypeAsCString"); in AddIDsArgumentData()
743 const char *CommandObject::GetArgumentTypeAsCString( GetArgumentTypeAsCString() function in CommandObject