Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp213 TypeSummaryImplSP script_format; in IOHandlerInputComplete() local
214 script_format = std::make_shared<ScriptSummaryFormat>( in IOHandlerInputComplete()
221 AddSummary(ConstString(type_name), script_format, in IOHandlerInputComplete()
232 options->m_name, script_format, &error); in IOHandlerInputComplete()
235 options->m_name, script_format, &error); in IOHandlerInputComplete()
1263 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local
1277 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1312 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1346 AddSummary(ConstString(entry.ref()), script_format, m_options.m_match_type, in Execute_ScriptSummary()
1355 AddNamedSummary(m_options.m_name, script_format, &error); in Execute_ScriptSummary()