Searched refs:val_obj_display (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 689 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue() local 703 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue() 711 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue() 841 if (val_obj_display == in DumpValue() 844 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue() 855 val_obj_display == in DumpValue() 865 if (target->HasSpecialPrintableRepresentation(val_obj_display, in DumpValue() 869 str_temp, val_obj_display, custom_format); in DumpValue() 884 s, val_obj_display, custom_format, in DumpValue() 902 val_obj_display == in DumpValue() [all …]
|
D | ValueObject.cpp | 1181 ValueObjectRepresentationStyle val_obj_display, Format custom_format) { in HasSpecialPrintableRepresentation() argument 1184 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation() 1214 Stream &s, ValueObjectRepresentationStyle val_obj_display, in DumpPrintableRepresentation() argument 1226 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation() 1365 switch (val_obj_display) { in DumpPrintableRepresentation() 1402 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation() 1404 else if (val_obj_display == eValueObjectRepresentationStyleSummary) { in DumpPrintableRepresentation() 1422 } else if (val_obj_display == eValueObjectRepresentationStyleSummary) in DumpPrintableRepresentation() 1424 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation() 1426 else if (val_obj_display == in DumpPrintableRepresentation()
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | ValueObject.h | 513 ValueObjectRepresentationStyle val_obj_display, 523 ValueObjectRepresentationStyle val_obj_display =
|