Searched refs:val_obj_display (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 676 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue() local 690 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue() 698 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue() 825 if (val_obj_display == in DumpValue() 828 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue() 839 val_obj_display == in DumpValue() 849 if (target->HasSpecialPrintableRepresentation(val_obj_display, in DumpValue() 853 str_temp, val_obj_display, custom_format); in DumpValue() 868 s, val_obj_display, custom_format, in DumpValue() 886 val_obj_display == in DumpValue() [all …]
|
| H A D | ValueObject.cpp | 1140 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument 1143 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation() 1173 Stream &s, ValueObjectRepresentationStyle val_obj_display, in DumpPrintableRepresentation() argument 1185 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation() 1325 switch (val_obj_display) { in DumpPrintableRepresentation() 1362 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation() 1364 else if (val_obj_display == eValueObjectRepresentationStyleSummary) { in DumpPrintableRepresentation() 1382 } else if (val_obj_display == eValueObjectRepresentationStyleSummary) in DumpPrintableRepresentation() 1384 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation() 1386 else if (val_obj_display == in DumpPrintableRepresentation()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 529 ValueObjectRepresentationStyle val_obj_display, 539 ValueObjectRepresentationStyle val_obj_display =
|