Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp650 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
678 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
742 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
828 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
840 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
887 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
2179 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2259 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
H A DValueObject.cpp1143 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in HasSpecialPrintableRepresentation()
1185 val_obj_display == ValueObject::eValueObjectRepresentationStyleValue) { in DumpPrintableRepresentation()
1239 s, ValueObject::eValueObjectRepresentationStyleValue, in DumpPrintableRepresentation()
1280 s, ValueObject::eValueObjectRepresentationStyleValue, format); in DumpPrintableRepresentation()
1326 case eValueObjectRepresentationStyleValue: in DumpPrintableRepresentation()
1362 if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
1384 else if (val_obj_display == eValueObjectRepresentationStyleValue) in DumpPrintableRepresentation()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h113 eValueObjectRepresentationStyleValue = 1, enumerator