Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp655 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
683 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
750 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
836 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
848 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
895 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2214 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2294 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1132 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1174 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1227 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1268 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1314 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1350 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1372 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator