Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp701 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
760 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
827 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
910 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
922 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
969 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2351 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2439 entry.number = ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1307 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1358 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1413 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1454 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1500 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1551 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1575 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator