Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h84 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp512 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
514 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObject.h119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp909 const char *CommandObject::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in CommandObject