Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp643 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
671 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
735 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
821 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
833 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
880 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2168 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2248 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1087 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1138 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1193 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1234 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1280 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1316 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1340 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator