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.cpp644 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
703 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
770 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
853 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
865 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
912 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2211 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2298 entry.number = ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1279 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1330 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1385 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1426 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1472 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1517 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1541 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator