Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp126 std::string m_python_function; member in CommandObjectTypeSummaryAdd::CommandOptions
1254 m_python_function = std::string(option_arg); in SetOptionValue()
1284 m_python_function = ""; in OptionParsingStarting()
1305 if (!m_options.m_python_function in Execute_ScriptSummary()
1308 const char *funct_name = m_options.m_python_function.c_str(); in Execute_ScriptSummary()
1316 (" " + m_options.m_python_function + "(valobj,internal_dict)"); in Execute_ScriptSummary()