Searched refs:my_format (Results 1 – 1 of 1) sorted by relevance
1072 lldb::Format my_format = GetFormat(); in GetValueAsCString() local1073 if (my_format == lldb::eFormatDefault) { in GetValueAsCString()1078 my_format = eFormatUnsigned; in GetValueAsCString()1083 my_format = reg_info->format; in GetValueAsCString()1085 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString()1090 if (my_format != m_last_format || m_value_str.empty()) { in GetValueAsCString()1091 m_last_format = my_format; in GetValueAsCString()1093 format_sp = std::make_shared<TypeFormatImpl_Format>(my_format); in GetValueAsCString()