Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp663 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
691 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
758 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
844 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
856 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
903 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2208 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2288 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
DValueObject.cpp1184 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1226 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1279 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1320 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1366 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1402 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1424 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator