Searched refs:script_format (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 207 TypeSummaryImplSP script_format; in IOHandlerInputComplete() local 208 script_format = std::make_shared<ScriptSummaryFormat>( in IOHandlerInputComplete() 215 AddSummary(ConstString(type_name), script_format, in IOHandlerInputComplete() 226 options->m_name, script_format, &error); in IOHandlerInputComplete() 229 options->m_name, script_format, &error); in IOHandlerInputComplete() 1245 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local 1259 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary() 1293 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary() 1326 AddSummary(ConstString(entry.ref()), script_format, m_options.m_match_type, in Execute_ScriptSummary() 1335 AddNamedSummary(m_options.m_name, script_format, &error); in Execute_ScriptSummary()
|