Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp127 std::string m_python_function; member in CommandObjectTypeSummaryAdd::CommandOptions
1220 m_python_function = std::string(option_arg); in SetOptionValue()
1250 m_python_function = ""; in OptionParsingStarting()
1270 if (!m_options.m_python_function in Execute_ScriptSummary()
1273 const char *funct_name = m_options.m_python_function.c_str(); in Execute_ScriptSummary()
1280 (" " + m_options.m_python_function + "(valobj,internal_dict)"); in Execute_ScriptSummary()