Searched refs:script_format (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 194 TypeSummaryImplSP script_format; in IOHandlerInputComplete() local 195 script_format = std::make_shared<ScriptSummaryFormat>( in IOHandlerInputComplete() 202 AddSummary(ConstString(type_name), script_format, in IOHandlerInputComplete() 213 options->m_name, script_format, &error); in IOHandlerInputComplete() 216 options->m_name, script_format, &error); in IOHandlerInputComplete() 1242 TypeSummaryImplSP script_format; in Execute_ScriptSummary() local 1256 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary() 1290 script_format = std::make_shared<ScriptSummaryFormat>( in Execute_ScriptSummary() 1323 AddSummary(ConstString(entry.ref()), script_format, m_options.m_match_type, in Execute_ScriptSummary() 1332 AddNamedSummary(m_options.m_name, script_format, &error); in Execute_ScriptSummary()
|