Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp677 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
705 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
772 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
861 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
873 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
922 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2187 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2267 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1231 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1273 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1326 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1367 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1413 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1449 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1471 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h135 eValueObjectRepresentationStyleValue = 1, enumerator