Home
last modified time | relevance | path

Searched refs:args_str (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptions.cpp427 StreamString args_str; in GenerateOptionUsage() local
429 cmd.GetFormattedCommandArguments(args_str, opt_set_mask); in GenerateOptionUsage()
477 if (args_str.GetSize() > 0) { in GenerateOptionUsage()
480 strm << " " << args_str.GetString(); in GenerateOptionUsage()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2883 std::string args_str = args.str(); in RunScriptBasedCommand() local
2885 impl_function, m_dictionary_name.c_str(), debugger_sp, args_str.c_str(), in RunScriptBasedCommand()
2927 std::string args_str = args.str(); in RunScriptBasedCommand() local
2930 args_str.c_str(), cmd_retobj, exe_ctx_ref_sp); in RunScriptBasedCommand()
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py1160 args_str = ', '.join([repr(arg) for arg in args if arg is not None])
1161 return '%s(%s)' % (type(self).__name__, args_str)