Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h42 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp518 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
522 return ConstString(CommandObject::GetArgumentTypeAsCString(arg_type)) in GetArgumentTypeAsCString()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp666 const char *CommandObject::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in CommandObject
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11969 result = (char *)lldb::SBCommandInterpreter::GetArgumentTypeAsCString(arg1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()