Lines Matching refs:ValueObject

618 static ValueObjectSP ExpandIndexedExpression(ValueObject *valobj, size_t index,  in ExpandIndexedExpression()
626 ValueObject::GetValueForExpressionPathOptions options; in ExpandIndexedExpression()
627 ValueObject::ExpressionPathEndResultType final_value_type; in ExpandIndexedExpression()
628 ValueObject::ExpressionPathScanEndReason reason_to_stop; in ExpandIndexedExpression()
629 ValueObject::ExpressionPathAftermath what_next = in ExpandIndexedExpression()
630 (deref_pointer ? ValueObject::eExpressionPathAftermathDereference in ExpandIndexedExpression()
631 : ValueObject::eExpressionPathAftermathNothing); in ExpandIndexedExpression()
650 ValueObject::ValueObjectRepresentationStyle style) { in ConvertValueObjectStyleToChar()
652 case ValueObject::eValueObjectRepresentationStyleLanguageSpecific: in ConvertValueObjectStyleToChar()
654 case ValueObject::eValueObjectRepresentationStyleValue: in ConvertValueObjectStyleToChar()
656 case ValueObject::eValueObjectRepresentationStyleLocation: in ConvertValueObjectStyleToChar()
658 case ValueObject::eValueObjectRepresentationStyleSummary: in ConvertValueObjectStyleToChar()
660 case ValueObject::eValueObjectRepresentationStyleChildrenCount: in ConvertValueObjectStyleToChar()
662 case ValueObject::eValueObjectRepresentationStyleType: in ConvertValueObjectStyleToChar()
664 case ValueObject::eValueObjectRepresentationStyleName: in ConvertValueObjectStyleToChar()
666 case ValueObject::eValueObjectRepresentationStyleExpressionPath: in ConvertValueObjectStyleToChar()
674 const FormatEntity::Entry &entry, ValueObject *valobj) { in DumpValue()
680 ValueObject::ValueObjectRepresentationStyle val_obj_display = in DumpValue()
682 ? ValueObject::eValueObjectRepresentationStyleValue in DumpValue()
683 : ValueObject::eValueObjectRepresentationStyleSummary; in DumpValue()
694 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
702 val_obj_display = (ValueObject::ValueObjectRepresentationStyle)entry.number; in DumpValue()
717 ValueObject::ExpressionPathAftermath what_next = in DumpValue()
718 (do_deref_pointer ? ValueObject::eExpressionPathAftermathDereference in DumpValue()
719 : ValueObject::eExpressionPathAftermathNothing); in DumpValue()
720 ValueObject::GetValueForExpressionPathOptions options; in DumpValue()
725 ValueObject::GetValueForExpressionPathOptions:: in DumpValue()
727 ValueObject *target = nullptr; in DumpValue()
736 ValueObject::ExpressionPathScanEndReason reason_to_stop = in DumpValue()
737 ValueObject::eExpressionPathScanEndReasonEndOfString; in DumpValue()
738 ValueObject::ExpressionPathEndResultType final_value_type = in DumpValue()
739 ValueObject::eExpressionPathEndResultTypePlain; in DumpValue()
749 entry.number == ValueObject::eValueObjectRepresentationStyleValue) in DumpValue()
795 ValueObject::eExpressionPathEndResultTypeBoundedRange || in DumpValue()
797 ValueObject::eExpressionPathEndResultTypeUnboundedRange); in DumpValue()
800 (what_next == ValueObject::eExpressionPathAftermathDereference); in DumpValue()
833 ValueObject::eValueObjectRepresentationStyleSummary && in DumpValue()
835 val_obj_display = ValueObject::eValueObjectRepresentationStyleValue; in DumpValue()
847 ValueObject::eValueObjectRepresentationStyleValue) // this should be in DumpValue()
876 ValueObject::PrintableRepresentationSpecialCases::eDisable); in DumpValue()
894 ValueObject::eValueObjectRepresentationStyleValue))) { in DumpValue()
930 (ValueObject::ValueObjectRepresentationStyle)entry.number); in DumpValue()
950 ValueObject *item = ExpandIndexedExpression(target, index, false).get(); in DumpValue()
1048 const Address *addr, ValueObject *valobj, in FormatStringRef()
1065 const Address *addr, ValueObject *valobj, in FormatCString()
1082 ValueObject *valobj, bool function_changed, in Format()
1718 ValueObject::ValueObjectRepresentationStyle:: in Format()
1721 ValueObject::PrintableRepresentationSpecialCases::eAllow, in Format()
2206 entry.number = ValueObject:: in ParseInternal()
2213 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2218 ValueObject::eValueObjectRepresentationStyleLocation; in ParseInternal()
2223 ValueObject::eValueObjectRepresentationStyleSummary; in ParseInternal()
2228 ValueObject::eValueObjectRepresentationStyleChildrenCount; in ParseInternal()
2233 ValueObject::eValueObjectRepresentationStyleType; in ParseInternal()
2238 ValueObject::eValueObjectRepresentationStyleName; in ParseInternal()
2242 entry.number = ValueObject:: in ParseInternal()
2293 ValueObject::eValueObjectRepresentationStyleValue; in ParseInternal()
2296 ValueObject::eValueObjectRepresentationStyleSummary; in ParseInternal()