Home
last modified time | relevance | path

Searched refs:val_obj_display (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp680 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue() local
694 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
832 if (val_obj_display == in DumpValue()
835 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
846 val_obj_display == in DumpValue()
856 if (target->HasSpecialPrintableRepresentation(val_obj_display, in DumpValue()
860 str_temp, val_obj_display, custom_format); in DumpValue()
875 s, val_obj_display, custom_format, in DumpValue()
893 val_obj_display == in DumpValue()
902 return target->DumpPrintableRepresentation(s, val_obj_display, in DumpValue()
[all …]
H A DValueObject.cpp1131 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1134 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1164 Stream &s, ValueObjectRepresentationStyle val_obj_display, in DumpPrintableRepresentation() argument
1176 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1316 switch (val_obj_display) { in DumpPrintableRepresentation()
1353 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1355 else if (val_obj_display == eValueObjectRepresentationStyleSummary) { in DumpPrintableRepresentation()
1373 } else if (val_obj_display == eValueObjectRepresentationStyleSummary) in DumpPrintableRepresentation()
1375 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1377 else if (val_obj_display == in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h529 ValueObjectRepresentationStyle val_obj_display,
539 ValueObjectRepresentationStyle val_obj_display =