reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/ValueObject.cpp
 1164     if (my_format == lldb::eFormatDefault) {
 1169           my_format = eFormatUnsigned;
 1174               my_format = reg_info->format;
 1176             my_format = GetValue().GetCompilerType().GetFormat();
 1181     if (my_format != m_last_format || m_value_str.empty()) {
 1182       m_last_format = my_format;
 1184         format_sp = std::make_shared<TypeFormatImpl_Format>(my_format);