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

References

tools/lldb/source/API/SBTypeFormat.cpp
   59     return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat();
tools/lldb/source/DataFormatters/TypeFormat.cpp
   60         DumpDataExtractor(data, &reg_sstr, 0, GetFormat(), reg_info->byte_size,
   70         if (GetFormat() == eFormatCString) {
  104             GetFormat(),                    // Format to display this type with
  127   sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()),