Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
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()
1303 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local
1318 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1355 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary()
1390 ConstString(entry.ref()), script_format, in Execute_ScriptSummary()
1401 AddSummary(m_options.m_name, script_format, eNamedSummary, in Execute_ScriptSummary()