Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp758 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue() local
772 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
780 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
907 if (val_obj_display == in DumpValue()
910 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
921 val_obj_display == in DumpValue()
931 if (target->HasSpecialPrintableRepresentation(val_obj_display, in DumpValue()
935 str_temp, val_obj_display, custom_format); in DumpValue()
950 s, val_obj_display, custom_format, in DumpValue()
968 val_obj_display == in DumpValue()
[all …]
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1304 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument
1307 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1337 Stream &s, ValueObjectRepresentationStyle val_obj_display, in DumpPrintableRepresentation() argument
1358 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1499 switch (val_obj_display) { in DumpPrintableRepresentation()
1551 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1553 else if (val_obj_display == eValueObjectRepresentationStyleSummary) { in DumpPrintableRepresentation()
1573 } else if (val_obj_display == eValueObjectRepresentationStyleSummary) in DumpPrintableRepresentation()
1575 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1577 else if (val_obj_display == in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h543 ValueObjectRepresentationStyle val_obj_display,
553 ValueObjectRepresentationStyle val_obj_display =