Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp654 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
682 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
749 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
835 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
847 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
894 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2213 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2293 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1134 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1176 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1230 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1271 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1317 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1353 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1375 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator