Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp499 const char *SBCommandInterpreter::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in SBCommandInterpreter
503 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h117 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp666 const char *CommandObject::GetArgumentTypeAsCString( in GetArgumentTypeAsCString() function in CommandObject