Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp192 TypeSummaryImplSP script_format; in IOHandlerInputComplete() local
193 script_format = std::make_shared<ScriptSummaryFormat>( in IOHandlerInputComplete()
201 ConstString(type_name), script_format, in IOHandlerInputComplete()
214 options->m_name, script_format, in IOHandlerInputComplete()
219 options->m_name, script_format, in IOHandlerInputComplete()
1268 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local
1282 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1316 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1350 ConstString(entry.ref()), script_format, in Execute_ScriptSummary()
1360 AddSummary(m_options.m_name, script_format, eNamedSummary, in Execute_ScriptSummary()