Home | History | Annotate | Download | only in Core

Lines Matching refs:my_format

1392         lldb::Format my_format = GetFormat();
1393 if (my_format == lldb::eFormatDefault)
1396 my_format = m_type_format_sp->GetFormat();
1400 my_format = eFormatUnsigned;
1407 my_format = reg_info->format;
1411 my_format = GetClangType().GetFormat();
1416 if (my_format != m_last_format || m_value_str.empty())
1418 m_last_format = my_format;
1419 if (GetValueAsCString(my_format, m_value_str))