Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp524 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
527 GetArgumentTypeAsCString, in GetArgumentTypeAsCString()
530 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString()
826 GetArgumentTypeAsCString, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp920 const char *CommandObject::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in CommandObject
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11575 result = (char *)lldb::SBCommandInterpreter::GetArgumentTypeAsCString(arg1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()