Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp191 TypeSummaryImplSP script_format; in IOHandlerInputComplete() local
192 script_format = std::make_shared<ScriptSummaryFormat>( in IOHandlerInputComplete()
200 ConstString(type_name), script_format, in IOHandlerInputComplete()
213 options->m_name, script_format, in IOHandlerInputComplete()
218 options->m_name, script_format, in IOHandlerInputComplete()
1289 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local
1303 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1337 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1371 ConstString(entry.ref()), script_format, in Execute_ScriptSummary()
1381 AddSummary(m_options.m_name, script_format, eNamedSummary, in Execute_ScriptSummary()